-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- git clone https://github.com/interlay/interbtc
- cd interbtc
- git checkout 1.25.3
- cargo build --release
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!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
New 🆕