Constant polkadot_node_primitives::NODE_VERSION
source · pub const NODE_VERSION: &'static str = "1.16.1";
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.