Skip to content

Commit

Permalink
chore: bump runtime specVersion(64) & chart appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jun 14, 2022
1 parent a36d281 commit 92eec83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1
appVersion: "1.9.0"
appVersion: "1.10.1"
2 changes: 1 addition & 1 deletion substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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: 63,
spec_version: 64,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 92eec83

Please sign in to comment.