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).
This comes from the Substrate build script here which uses CARGO_PKG_VERSION - read from the package Cargo.toml file. We tend not to update this manually since we don't publish the crates anywhere but we do inject the tag in the CI for a release here.
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!
The text was updated successfully, but these errors were encountered: