diff --git a/Cargo.lock b/Cargo.lock index 229da24f43..223cd6cce0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6442,7 +6442,7 @@ dependencies = [ [[package]] name = "polymesh" -version = "6.0.1" +version = "6.1.0" dependencies = [ "chrono", "clap 4.3.2", diff --git a/Cargo.toml b/Cargo.toml index 4bb9225347..1cd57ba041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymesh" -version = "6.0.1" +version = "6.1.0" authors = ["PolymeshAssociation"] build = "build.rs" edition = "2021" diff --git a/pallets/runtime/develop/src/runtime.rs b/pallets/runtime/develop/src/runtime.rs index 870e956ddd..6c014f0fd7 100644 --- a/pallets/runtime/develop/src/runtime.rs +++ b/pallets/runtime/develop/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_000_010, + spec_version: 6_001_000, 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 f8dc9f4fb6..d15803020c 100644 --- a/pallets/runtime/mainnet/src/runtime.rs +++ b/pallets/runtime/mainnet/src/runtime.rs @@ -51,7 +51,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_000_010, + spec_version: 6_001_000, 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 8ddf66597c..1becc6bf1b 100644 --- a/pallets/runtime/testnet/src/runtime.rs +++ b/pallets/runtime/testnet/src/runtime.rs @@ -56,7 +56,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_000_010, + spec_version: 6_001_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4,