Skip to content
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

[Bug]: cosmovisor production build misreports its version #23853

Open
1 task done
gilbahat opened this issue Feb 28, 2025 · 0 comments
Open
1 task done

[Bug]: cosmovisor production build misreports its version #23853

gilbahat opened this issue Feb 28, 2025 · 0 comments
Labels

Comments

@gilbahat
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

cosmovisor production build should accurately report its version.

~# wget https://github.com/cosmos/cosmos-sdk/releases/download/cosmovisor%2Fv1.7.1/cosmovisor-v1.7.1-linux-arm64.tar.gz
(...)
2025-02-28 05:09:09 (107 MB/s) - ‘cosmovisor-v1.7.1-linux-arm64.tar.gz’ saved [17759611/17759611]

~# tar -zxvf cosmovisor-v1.7.1-linux-arm64.tar.gz
~# mv cosmovisor /usr/local/bin
~# cosmovisor version
cosmovisor version: (devel)

expected cosmovisor to print "1.7.1" as version identifier.

Cosmos SDK Version

n/a

How to reproduce?

  1. download cosmovisor from github releases
  2. run cosmovisor version and observe output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant