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

Installing from 0.10.0 somehow yields --version 0.5.2 #48

Open
JVMartin opened this issue Oct 3, 2023 · 3 comments
Open

Installing from 0.10.0 somehow yields --version 0.5.2 #48

JVMartin opened this issue Oct 3, 2023 · 3 comments

Comments

@JVMartin
Copy link

JVMartin commented Oct 3, 2023

Why is it when I install this release: https://github.com/IBM-Cloud/redli/releases/tag/v0.10.0

I get:

> redli --version
0.5.2

This is confusing

@JVMartin JVMartin changed the title Installing from v0.10.0 yields redli version 0.5.2 Installing from 0.10.0 yields redli version 0.5.2 Oct 3, 2023
@JVMartin JVMartin changed the title Installing from 0.10.0 yields redli version 0.5.2 Installing from 0.10.0 somehow yields --version 0.5.2 Oct 3, 2023
@edtubillara
Copy link

I also see this problem:

./redli_0.12.0_darwin_arm64/redli --version                                                                                                                                                                                                            
0.5.2

@SANJEEV-Choubey
Copy link
Collaborator

Seems like it is hard-coded here

redli/redli.go

Line 67 in e447e58

kingpin.Version("0.5.2")

We should make this dynamic.

@AmanChh
Copy link
Contributor

AmanChh commented Apr 6, 2024

This issue has been resolved in the latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants