From cfb6ba292a2e40af143f50250697d398f045ddc2 Mon Sep 17 00:00:00 2001 From: Adam Dossa Date: Mon, 8 Jul 2024 09:15:36 +0100 Subject: [PATCH] Bump to 6.3.2 (#1689) --- Cargo.lock | 2 +- Cargo.toml | 2 +- pallets/runtime/develop/src/runtime.rs | 2 +- pallets/runtime/mainnet/src/runtime.rs | 2 +- pallets/runtime/testnet/src/runtime.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a8e71f0aa..7e6beffd08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6516,7 +6516,7 @@ dependencies = [ [[package]] name = "polymesh" -version = "6.3.1" +version = "6.3.2" dependencies = [ "clap 4.4.11", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index 5327de66c6..aac16b26b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymesh" -version = "6.3.1" +version = "6.3.2" authors = ["PolymeshAssociation"] build = "build.rs" edition = "2021" diff --git a/pallets/runtime/develop/src/runtime.rs b/pallets/runtime/develop/src/runtime.rs index 9d3612bc44..70c551d3bd 100644 --- a/pallets/runtime/develop/src/runtime.rs +++ b/pallets/runtime/develop/src/runtime.rs @@ -57,7 +57,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { authoring_version: 1, // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc` // N.B. `d` is unpinned from the binary version - spec_version: 6_003_010, + spec_version: 6_003_020, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/pallets/runtime/mainnet/src/runtime.rs b/pallets/runtime/mainnet/src/runtime.rs index a5cb087bd2..f151f3ec76 100644 --- a/pallets/runtime/mainnet/src/runtime.rs +++ b/pallets/runtime/mainnet/src/runtime.rs @@ -53,7 +53,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { authoring_version: 1, // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc` // N.B. `d` is unpinned from the binary version - spec_version: 6_003_010, + spec_version: 6_003_020, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/pallets/runtime/testnet/src/runtime.rs b/pallets/runtime/testnet/src/runtime.rs index 1670898902..2fb4da3323 100644 --- a/pallets/runtime/testnet/src/runtime.rs +++ b/pallets/runtime/testnet/src/runtime.rs @@ -55,7 +55,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { authoring_version: 1, // `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc` // N.B. `d` is unpinned from the binary version - spec_version: 6_003_010, + spec_version: 6_003_020, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4,