-
Notifications
You must be signed in to change notification settings - Fork 424
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 subcommand does not work #24
Comments
Seems to pull in version logic from this submodule: https://github.com/cosmos/cosmos-sdk/tree/master/version I tried looking in cosmos-sdk repo to see if this was a known issue that has already been fixed, but couldn't find anything. |
Ah, yes, this needs to be set in the Makefile when building. I don't know why it defaults to empty rather than git commit. |
I think there's no valid tag and hence the empty response. |
Good to know. |
🤦♂️ delays and more delays on 0.38.0... I have been tagging pre-release versions and |
Summary of Bug
wasmd version
does not work.Output is currently a blank newline whenever running
wasmd version
. Seems like this the correct subcommand though, aswasmd --version
returns an "unknown flag" error and trying something likewasmd verssion
outputs:Version
git commit hash: ce35d8d
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: