From 3eb7784cdf93efcbb66c2386e483d18bd7fd1817 Mon Sep 17 00:00:00 2001 From: DJStern Date: Mon, 23 Sep 2024 00:13:54 +0200 Subject: [PATCH] Bump spec version --- Cargo.lock | 4 ++-- substrate/bin/node/cli/Cargo.toml | 2 +- substrate/bin/node/runtime/Cargo.toml | 4 ++-- substrate/bin/node/runtime/src/lib.rs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a806d9033..dcd8f11f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4292,7 +4292,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "26.0.0" +version = "27.0.0" dependencies = [ "bridge-data-signer", "bridge-types", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "26.0.0" +version = "27.0.0" dependencies = [ "array-bytes", "assert_cmd", diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 067beb4d3..2cd77d1f8 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "26.0.0" +version = "27.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 590a85496..d07fe02f5 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchensink-runtime" -version = "26.0.0" +version = "27.0.0" authors.workspace = true description = "Liberland node runtime." edition.workspace = true @@ -292,7 +292,7 @@ try-runtime = [ "pallet-offences/try-runtime", "pallet-office/try-runtime", "pallet-preimage/try-runtime", - "pallet-proxy/try-runtime", + "pallet-proxy/try-runtime", "pallet-registry/try-runtime", "pallet-scheduler/try-runtime", "pallet-session/try-runtime", diff --git a/substrate/bin/node/runtime/src/lib.rs b/substrate/bin/node/runtime/src/lib.rs index c7e80d944..3371c7d95 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: 26, + spec_version: 27, 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: 26, + spec_version: 27, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,