Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3555f7b

Browse files
committed
bump runtime spec version
1 parent fa116cf commit 3555f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polkadot-parachains/statemine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
103103
spec_name: create_runtime_str!("statemine"),
104104
impl_name: create_runtime_str!("statemine"),
105105
authoring_version: 1,
106-
spec_version: 3,
106+
spec_version: 4,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109109
transaction_version: 1,

polkadot-parachains/westmint/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
103103
spec_name: create_runtime_str!("westmint"),
104104
impl_name: create_runtime_str!("westmint"),
105105
authoring_version: 1,
106-
spec_version: 3,
106+
spec_version: 4,
107107
impl_version: 0,
108108
apis: RUNTIME_API_VERSIONS,
109109
transaction_version: 1,

0 commit comments

Comments
 (0)