From 6f9c849d16a644b1f5d17e9ec42c49c23bba9bbd Mon Sep 17 00:00:00 2001
From: EgorPopelyaev <egor@parity.io>
Date: Thu, 7 Nov 2024 18:04:37 +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 ee5aea96eed..eb1096f249d 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.15.3";
+pub const NODE_VERSION: &'static str = "1.15.4";
 
 // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
 // plus some overhead:
-- 
GitLab