From 57e9c3effa114ae4319d71e2d8d3619387e2a27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk?= Date: Fri, 21 Jun 2024 17:19:51 +0200 Subject: [PATCH] Bump version to 24 --- Cargo.lock | 4 ++-- substrate/bin/node/cli/Cargo.toml | 2 +- substrate/bin/node/runtime/Cargo.toml | 2 +- substrate/bin/node/runtime/src/lib.rs | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7121064aa..9a9ba14e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "23.0.0" +version = "24.0.0" dependencies = [ "bridge-data-signer", "bridge-types", @@ -5339,7 +5339,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "23.0.0" +version = "24.0.0" dependencies = [ "array-bytes", "assert_cmd", diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 07873ff34..8f2203bbd 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "23.0.0" +version = "24.0.0" authors.workspace = true description = "Liberland node implementation in Rust." build = "build.rs" diff --git a/substrate/bin/node/runtime/Cargo.toml b/substrate/bin/node/runtime/Cargo.toml index 16c5277d4..4d2c646bd 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchensink-runtime" -version = "23.0.0" +version = "24.0.0" authors.workspace = true description = "Liberland node runtime." edition.workspace = true diff --git a/substrate/bin/node/runtime/src/lib.rs b/substrate/bin/node/runtime/src/lib.rs index 8c7dd3970..e7c3c36c7 100644 --- a/substrate/bin/node/runtime/src/lib.rs +++ b/substrate/bin/node/runtime/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 23, + spec_version: 24, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 23, + spec_version: 24, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,