From 170b738d0319fbef36286aa1ca33f6775860f109 Mon Sep 17 00:00:00 2001 From: DJStern Date: Sat, 23 Nov 2024 01:43:13 +0100 Subject: [PATCH] bump spec to 28 --- 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 a2a502426c..c9635f0e37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4292,7 +4292,7 @@ dependencies = [ [[package]] name = "kitchensink-runtime" -version = "27.0.0" +version = "28.0.0" dependencies = [ "bridge-data-signer", "bridge-types", @@ -5628,7 +5628,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "27.0.0" +version = "28.0.0" dependencies = [ "array-bytes", "assert_cmd", diff --git a/substrate/bin/node/cli/Cargo.toml b/substrate/bin/node/cli/Cargo.toml index 2cd77d1f88..f28af11b05 100644 --- a/substrate/bin/node/cli/Cargo.toml +++ b/substrate/bin/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "27.0.0" +version = "28.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 6b3221dae8..1f6fe945ae 100644 --- a/substrate/bin/node/runtime/Cargo.toml +++ b/substrate/bin/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kitchensink-runtime" -version = "27.0.0" +version = "28.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 e0af3801f5..fac68fdcc7 100644 --- a/substrate/bin/node/runtime/src/lib.rs +++ b/substrate/bin/node/runtime/src/lib.rs @@ -156,7 +156,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: 27, + spec_version: 28, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -173,7 +173,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: 27, + spec_version: 28, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,