We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I downloaded the Linux and Windows version of the google-java-format binaries (added in 1.20.0).
Both of them outputs google-java-format: Version HEAD-SNAPSHOT when called with the -v flag. Is this intended behavior?
google-java-format: Version HEAD-SNAPSHOT
-v
The jar version correctly outputs google-java-format: Version 1.20.0.
google-java-format: Version 1.20.0
The text was updated successfully, but these errors were encountered:
f20d393
Thanks, I fixed the release process to update the versions for the native image builds, the next release should include correct version numbers
Sorry, something went wrong.
The fix has been released in https://github.com/google/google-java-format/releases/tag/v1.21.0
$ ./google-java-format_darwin-arm64 -version google-java-format: Version 1.21.0
No branches or pull requests
Hi, I downloaded the Linux and Windows version of the google-java-format binaries (added in 1.20.0).
Both of them outputs
google-java-format: Version HEAD-SNAPSHOT
when called with the-v
flag. Is this intended behavior?The jar version correctly outputs
google-java-format: Version 1.20.0
.The text was updated successfully, but these errors were encountered: