Skip to content

Commit b745c7d

Browse files
committed
Bump node version
1 parent 5c69a6e commit b745c7d

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

Lines changed: 1 addition & 1 deletion
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.11";
62+
pub const NODE_VERSION: &'static str = "1.16.12";
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)