Expected 4.3.1 from release build, but got 4.3.1-pre.0 #7190
DaijuAzuma
started this conversation in
General
Replies: 1 comment
-
Yes it is. But we also have compile time networks, to compile for mainnet, you have to specify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried building the project on Ubuntu 24.04 using the command
cargo build --release
, expecting to get version 4.3.1 from the latest release.However, the built
minotari_node
binary shows version4.3.1-pre.0
.Is this the expected behavior? Should I build from a specific tag to get the stable version?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions