From 6c10628e0434f5b5b7840b355114eb0535f9642e Mon Sep 17 00:00:00 2001 From: EgorPopelyaev <egor@parity.io> Date: Tue, 12 Nov 2024 18:45:50 +0100 Subject: [PATCH] Bump NODE_VERSION --- polkadot/node/primitives/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/primitives/src/lib.rs b/polkadot/node/primitives/src/lib.rs index 2ed6833fb0c..660e52e85fc 100644 --- a/polkadot/node/primitives/src/lib.rs +++ b/polkadot/node/primitives/src/lib.rs @@ -59,7 +59,7 @@ pub use disputes::{ /// relatively rare. /// /// The associated worker binaries should use the same version as the node that spawns them. -pub const NODE_VERSION: &'static str = "1.16.1"; +pub const NODE_VERSION: &'static str = "1.16.2"; // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node // plus some overhead: -- GitLab