diff --git a/Cargo.lock b/Cargo.lock index 2a8e71f0a..7e6beffd0 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 5327de66c..aac16b26b 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 9d3612bc4..70c551d3b 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 a5cb087bd..f151f3ec7 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 167089890..2fb4da332 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,