-
Notifications
You must be signed in to change notification settings - Fork 175
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
homebrew doesn't show correct version number #38
Comments
I just put some new commits on master and will tag 0.13.0. You can now use a buidl command like this
|
Made another tweak, 0.13.1 |
to be clear, you think this is the line we should update with that? https://github.com/Homebrew/homebrew/blob/master/Library/Formula/forego.rb#L39 |
or do you think we could move this into the Makefile? |
Perhaps we could move the version bit to the
I'm not sure how to handle the allowUpdates bit but that will be very specific to homebrew. |
you mean, in terms of not showing that command? |
AFAIK binaries in homebrew are not supposed to update themselves outside of the homebrew channel. |
this was a known issue when doing the forego stuff, we don't get the version number in
forego version
. Any ideas on a quick way to resolve this?The text was updated successfully, but these errors were encountered: