Skip to content

Commit 8fa07e2

Browse files
chore: bump runtime specVersion(68) & chart appVersion
1 parent 3b0ee2b commit 8fa07e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1
6-
appVersion: "1.12.0"
6+
appVersion: "1.12.1"

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: 67,
145+
spec_version: 68,
146146
impl_version: 1,
147147
apis: RUNTIME_API_VERSIONS,
148148
transaction_version: 1,

0 commit comments

Comments
 (0)