From 99ec46cdd8ec87ca4add5a9a231f2a0839bea6c6 Mon Sep 17 00:00:00 2001 From: Alex Todorov Date: Tue, 4 Feb 2025 12:10:06 +0200 Subject: [PATCH] DEBUG: Bump version to 2.241.0 --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- runtime/src/version.rs | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95feb8560..b675a515e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "creditcoin-node" -version = "2.240.0" +version = "2.241.0" dependencies = [ "creditcoin-node-rpc", "creditcoin-node-runtime", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "creditcoin-node-rpc" -version = "2.240.0" +version = "2.241.0" dependencies = [ "assert_matches", "creditcoin-node-runtime", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "creditcoin-node-runtime" -version = "2.240.0" +version = "2.241.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "pallet-creditcoin" -version = "2.240.0" +version = "2.241.0" dependencies = [ "assert_matches", "base58", @@ -4956,7 +4956,7 @@ dependencies = [ [[package]] name = "pallet-difficulty" -version = "2.240.0" +version = "2.241.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5146,7 +5146,7 @@ dependencies = [ [[package]] name = "pallet-pos-switch" -version = "2.240.0" +version = "2.241.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "pallet-rewards" -version = "2.240.0" +version = "2.241.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5758,7 +5758,7 @@ dependencies = [ [[package]] name = "primitives" -version = "2.240.0" +version = "2.241.0" dependencies = [ "merlin", "num", @@ -7895,7 +7895,7 @@ dependencies = [ [[package]] name = "sha3pow" -version = "2.240.0" +version = "2.241.0" dependencies = [ "assert_matches", "pallet-difficulty", @@ -9093,7 +9093,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-client" -version = "2.240.0" +version = "2.241.0" dependencies = [ "creditcoin-node-runtime", "sc-chain-spec", @@ -9107,7 +9107,7 @@ dependencies = [ [[package]] name = "test-runtime-utils" -version = "2.240.0" +version = "2.241.0" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 2b3d676a1..e6d1ab367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = [ resolver = "2" [workspace.package] -version = '2.240.0' +version = '2.241.0' authors = ['Gluwa Inc.', 'Nathan Whitaker '] edition = '2021' license = 'Unlicense' diff --git a/runtime/src/version.rs b/runtime/src/version.rs index 6f7f8fe5a..6b34fcc11 100644 --- a/runtime/src/version.rs +++ b/runtime/src/version.rs @@ -14,7 +14,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 240, + spec_version: 241, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11,