Skip to content

Commit

Permalink
chore: bump to version 2.3.0-rc1 (specVersion: 124)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Feb 1, 2023
1 parent 8c1eca5 commit a6d6e45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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/charts/substrate-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: substrate-node
description: Tfchain node
type: application
version: 0.2.9
appVersion: '2.2.0-rc8'
appVersion: '2.3.0-rc1'
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-rc8'
version = '2.3.0-rc1'

[[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-rc8'
version = '2.3.0-rc1'

[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 a6d6e45

Please sign in to comment.