Skip to content

Commit d119bf1

Browse files
chore: bump to version 2.2.0-rc4 (specVersion: 119)
1 parent efeb6dc commit d119bf1

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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/charts/substrate-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: substrate-node
33
description: Tfchain node
44
type: application
55
version: 0.2.6
6-
appVersion: "2.2.0-rc3"
6+
appVersion: '2.2.0-rc4'

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-rc3'
10+
version = '2.2.0-rc4'
1111

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

substrate-node/pallets/pallet-tfgrid/src/terms_cond.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ impl<T: Config> Clone for TermsAndConditions<T> {
9393
}
9494
}
9595

96-
fn validate_document_link_input(input: &[u8]) -> bool {
96+
fn validate_document_link_input(_input: &[u8]) -> bool {
9797
// TODO: find better alternative
9898
true
9999
}

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-rc3'
8+
version = '2.2.0-rc4'
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
@@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
139139
spec_name: create_runtime_str!("substrate-threefold"),
140140
impl_name: create_runtime_str!("substrate-threefold"),
141141
authoring_version: 1,
142-
spec_version: 118,
142+
spec_version: 119,
143143
impl_version: 1,
144144
apis: RUNTIME_API_VERSIONS,
145145
transaction_version: 2,

0 commit comments

Comments
 (0)