Skip to content

Commit ef3c64e

Browse files
chore: bump to version 2.2.0-rc6 (specVersion: 121)
1 parent 2772e89 commit ef3c64e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

substrate-node/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.

substrate-node/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = 'https://substrate.dev'
77
license = 'Unlicense'
88
name = 'tfchain'
99
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
10-
version = '2.2.0-rc5'
10+
version = '2.2.0-rc6'
1111

1212
[[bin]]
1313
name = 'tfchain'

substrate-node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = 'https://substrate.dev'
55
license = 'Unlicense'
66
name = 'tfchain-runtime'
77
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
8-
version = '2.2.0-rc5'
8+
version = '2.2.0-rc6'
99

1010
[package.metadata.docs.rs]
1111
targets = ['x86_64-unknown-linux-gnu']

substrate-node/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
142142
spec_name: create_runtime_str!("substrate-threefold"),
143143
impl_name: create_runtime_str!("substrate-threefold"),
144144
authoring_version: 1,
145-
spec_version: 120,
145+
spec_version: 121,
146146
impl_version: 1,
147147
apis: RUNTIME_API_VERSIONS,
148148
transaction_version: 2,

0 commit comments

Comments
 (0)