From e921e2f97f8031d17ae3a62dea2cb8fbb01a3c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk?= Date: Mon, 1 Jul 2024 15:59:57 +0200 Subject: [PATCH] Bump version to 25 --- 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 9a9ba14e6..c990fbdf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "24.0.0" +version = "25.0.0" dependencies = [ "bridge-data-signer", "bridge-types", @@ -5339,7 +5339,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "24.0.0" +version = "25.0.0" dependencies = [ "array-bytes", "assert_cmd", diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 8f2203bbd..94e81db72 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "24.0.0" +version = "25.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 4d2c646bd..a8d99cff0 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchensink-runtime" -version = "24.0.0" +version = "25.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 5a5191c07..ff1cb7c0c 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: 24, + spec_version: 25, 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: 24, + spec_version: 25, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,