We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7185b commit 7445a0cCopy full SHA for 7445a0c
polkadot/node/primitives/src/lib.rs
@@ -59,7 +59,7 @@ pub use disputes::{
59
/// relatively rare.
60
///
61
/// The associated worker binaries should use the same version as the node that spawns them.
62
-pub const NODE_VERSION: &'static str = "1.16.0";
+pub const NODE_VERSION: &'static str = "1.16.1";
63
64
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
65
// plus some overhead:
0 commit comments