Skip to content

Commit 0d3a34e

Browse files
authored
Bump versions for 7.0.0 release (#1701)
* Bump versions * Update Cargo.lock
1 parent b4f0e84 commit 0d3a34e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polymesh"
3-
version = "6.3.3"
3+
version = "7.0.0"
44
authors = ["PolymeshAssociation"]
55
build = "build.rs"
66
edition = "2021"

pallets/runtime/develop/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5757
authoring_version: 1,
5858
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5959
// N.B. `d` is unpinned from the binary version
60-
spec_version: 6_003_030,
60+
spec_version: 7_000_000,
6161
impl_version: 0,
6262
apis: RUNTIME_API_VERSIONS,
63-
transaction_version: 4,
63+
transaction_version: 7,
6464
state_version: 1,
6565
};
6666

pallets/runtime/mainnet/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5353
authoring_version: 1,
5454
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5555
// N.B. `d` is unpinned from the binary version
56-
spec_version: 6_003_030,
56+
spec_version: 7_000_000,
5757
impl_version: 0,
5858
apis: RUNTIME_API_VERSIONS,
59-
transaction_version: 4,
59+
transaction_version: 7,
6060
state_version: 1,
6161
};
6262

pallets/runtime/testnet/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5555
authoring_version: 1,
5656
// `spec_version: aaa_bbb_ccd` should match node version v`aaa.bbb.cc`
5757
// N.B. `d` is unpinned from the binary version
58-
spec_version: 6_003_030,
58+
spec_version: 7_000_000,
5959
impl_version: 0,
6060
apis: RUNTIME_API_VERSIONS,
61-
transaction_version: 4,
61+
transaction_version: 7,
6262
state_version: 1,
6363
};
6464

0 commit comments

Comments
 (0)