Constant polkadot_cli::NODE_VERSION
source · pub const NODE_VERSION: &'static str;
Expand description
The current node version, which takes the basic SemVer form <major>.<minor>.<patch>
.
In general, minor should be bumped on every release while major or patch releases are
relatively rare.
The associated worker binaries should use the same version as the node that spawns them.