redli icon indicating copy to clipboard operation
redli copied to clipboard

Installing from 0.10.0 somehow yields --version 0.5.2

Open JVMartin opened this issue 2 years ago • 3 comments

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 avatar Oct 03 '23 22:10 JVMartin

I also see this problem:

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

edtubillara avatar Feb 21 '24 16:02 edtubillara

Seems like it is hard-coded here https://github.com/IBM-Cloud/redli/blob/e447e58bfb934070d5c2a743c86af46e9efc66db/redli.go#L67

We should make this dynamic.

SANJEEV-Choubey avatar Mar 19 '24 17:03 SANJEEV-Choubey

This issue has been resolved in the latest commit

AmanChh avatar Apr 06 '24 09:04 AmanChh