-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
goose -version always prints (devel) #585
Comments
Thanks for the report, indeed the pre-built binaries don't get the correct version, let's fix that! If you
|
A regression in
|
Alright, this should be fixed. go install
installation script (GitHub pre-built binary)
Let me know if you have other issues. |
Thanks for the quick response! Confirmed that I can see the version when using |
Thank you for flagging it, glad that's fixed 😅 . Closing, but if anyone continues to experience an issue drop a comment or open another issue. |
Running
goose -version
always printsgoose version: (devel)
. The expectation is that the actual version of the program would be printed (e.g. v3.14.0). This behavior has been observed both in the binaries acquired via GitHub Releases and also when building from source.Possibly relevant: golang/go#29228
The text was updated successfully, but these errors were encountered: