From 01e64edaa6dac86de90c4c23d77ac948feb56f9c Mon Sep 17 00:00:00 2001 From: Alex Todorov Date: Thu, 30 Nov 2023 22:16:18 +0200 Subject: [PATCH] Bump version to 2.237.0 --- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 2 +- runtime/src/version.rs | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0132f47490..44016c3eae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "creditcoin-node" -version = "2.236.0" +version = "2.237.0" dependencies = [ "creditcoin-node-rpc", "creditcoin-node-runtime", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "creditcoin-node-rpc" -version = "2.236.0" +version = "2.237.0" dependencies = [ "assert_matches", "creditcoin-node-runtime", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "creditcoin-node-runtime" -version = "2.236.0" +version = "2.237.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -1344,7 +1344,7 @@ dependencies = [ "pallet-rewards", "pallet-scheduler", "pallet-session", - "pallet-staking 2.236.0", + "pallet-staking 2.237.0", "pallet-staking 4.0.0-dev", "pallet-staking-reward-fn", "pallet-sudo", @@ -4922,7 +4922,7 @@ dependencies = [ [[package]] name = "pallet-creditcoin" -version = "2.236.0" +version = "2.237.0" dependencies = [ "assert_matches", "base58", @@ -4960,7 +4960,7 @@ dependencies = [ [[package]] name = "pallet-difficulty" -version = "2.236.0" +version = "2.237.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5150,7 +5150,7 @@ dependencies = [ [[package]] name = "pallet-pos-switch" -version = "2.236.0" +version = "2.237.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5184,7 +5184,7 @@ dependencies = [ [[package]] name = "pallet-rewards" -version = "2.236.0" +version = "2.237.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "2.236.0" +version = "2.237.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5784,7 +5784,7 @@ dependencies = [ [[package]] name = "primitives" -version = "2.236.0" +version = "2.237.0" dependencies = [ "merlin", "num", @@ -7915,7 +7915,7 @@ dependencies = [ [[package]] name = "sha3pow" -version = "2.236.0" +version = "2.237.0" dependencies = [ "assert_matches", "pallet-difficulty", @@ -9113,7 +9113,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-client" -version = "2.236.0" +version = "2.237.0" dependencies = [ "creditcoin-node-runtime", "sc-chain-spec", @@ -9127,7 +9127,7 @@ dependencies = [ [[package]] name = "test-runtime-utils" -version = "2.236.0" +version = "2.237.0" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 74c43b46c6..f44980e379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [ resolver = "2" [workspace.package] -version = '2.236.0' +version = '2.237.0' authors = ['Gluwa Inc.', 'Nathan Whitaker '] edition = '2021' license = 'Unlicense' diff --git a/runtime/src/version.rs b/runtime/src/version.rs index 7bbaea3542..6397af5af2 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: 236, + spec_version: 237, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11,