Skip to content

Commit 7445a0c

Browse files
committed
Bump polkadot node version
1 parent 7d7185b commit 7445a0c

File tree

1 file changed

+1
-1
lines changed
  • polkadot/node/primitives/src

1 file changed

+1
-1
lines changed

polkadot/node/primitives/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub use disputes::{
5959
/// relatively rare.
6060
///
6161
/// 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";
62+
pub const NODE_VERSION: &'static str = "1.16.1";
6363

6464
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6565
// plus some overhead:

0 commit comments

Comments
 (0)