From 79b2488498dff22b242a5fb5c178eaab7456c93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBuk?= Date: Fri, 7 Jun 2024 16:38:44 +0200 Subject: [PATCH] Bump version to v23 --- 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 c73e6649e..7121064aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4048,7 +4048,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "22.0.0" +version = "23.0.0" dependencies = [ "bridge-data-signer", "bridge-types", @@ -5339,7 +5339,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "22.0.0" +version = "23.0.0" dependencies = [ "array-bytes", "assert_cmd", diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 883cdd5a0..07873ff34 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "22.0.0" +version = "23.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 ed57502a3..16c5277d4 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchensink-runtime" -version = "22.0.0" +version = "23.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 b0c442c52..1582bcc88 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: 22, + spec_version: 23, 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: 22, + spec_version: 23, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,