Skip to content

Commit

Permalink
chore: release v2.2.1 (spec: 124)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Feb 15, 2023
1 parent 45ba557 commit 849432c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions substrate-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate-node/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'tfchain'
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
version = '2.2.0'
version = '2.2.1'

[[bin]]
name = 'tfchain'
Expand Down
2 changes: 1 addition & 1 deletion substrate-node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = 'https://substrate.dev'
license = 'Unlicense'
name = 'tfchain-runtime'
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
version = '2.2.0'
version = '2.2.1'

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("substrate-threefold"),
impl_name: create_runtime_str!("substrate-threefold"),
authoring_version: 1,
spec_version: 123,
spec_version: 124,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit 849432c

Please sign in to comment.