From ceaf2216eb6bdbf1082e69780290dad19613cb65 Mon Sep 17 00:00:00 2001 From: Marko Petrlic Date: Wed, 19 Feb 2025 15:12:11 +0100 Subject: [PATCH] Bumped Node Version. --- node/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/lib.rs b/node/src/lib.rs index cd32690a7..3683fefae 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -9,4 +9,4 @@ pub mod service; mod transaction_state; -pub const NODE_VERSION: &str = "2.2.1"; +pub const NODE_VERSION: &str = "2.3.0";