From 97349638fd674131d5f028559dd5182e19a30397 Mon Sep 17 00:00:00 2001 From: Adam Dossa Date: Wed, 8 Nov 2023 13:56:34 +0000 Subject: [PATCH] Update version to 6.0.1 (#1554) * Update version * Update cargo.lock --- 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 dfcf040dd8..229da24f43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6442,7 +6442,7 @@ dependencies = [ [[package]] name = "polymesh" -version = "6.0.0" +version = "6.0.1" dependencies = [ "chrono", "clap 4.3.2", diff --git a/Cargo.toml b/Cargo.toml index 39a4826525..4bb9225347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymesh" -version = "6.0.0" +version = "6.0.1" authors = ["PolymeshAssociation"] build = "build.rs" edition = "2021" diff --git a/pallets/runtime/develop/src/runtime.rs b/pallets/runtime/develop/src/runtime.rs index 0cf0ab155b..c6f7d5aa1a 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_004, + spec_version: 6_000_010, 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 313739d3aa..8a8439e0a8 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_004, + spec_version: 6_000_010, 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 9b5746419d..b7fd1d08a8 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_004, + spec_version: 6_000_010, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4,