-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
--version doesn't show the version #279
Comments
That's peculiar, It's supposed to print either a version:
or if built from master, it should try describe the version
Where did you install it from? |
I installed a pre-compiled binary from the releases page. |
Damn Thought I had fixed it and released a v0.27.0
🤦 This was after adding: gitu/.github/workflows/release.yml Lines 98 to 99 in 8300bd6
|
After downloading commit
... got a version number, but it looks like to wasn't incremented. So, it looks fine to me with a reasonable oversight on the numbering, |
This is just a minor annoyance :)
While this is pretty good from a developer perspective, a user who wants to check if there's an update, needs to check git commits. I'd suggest something like this:
The text was updated successfully, but these errors were encountered: