You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When compiling from source the last version release v1.25.3, the version displayed in the binary and also in the telemetry is wrong (but the reference to the commit number is correct).
Describe the bug
When compiling from source the last version release v1.25.3, the version displayed in the binary and also in the telemetry is wrong (but the reference to the commit number is correct).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
cd target/release
./interbtc-parachain --version
interbtc-parachain 1.25.3-b5e8e7ec614
instead I get:
interbtc-parachain 1.2.0-b5e8e7ec614
Version / Commit (e.g. 1.0.0):
v1.25.3
Additional context
The last part "b5e8e7ec614" relative to v1.25.3 is correct but not the version number!