Skip to content

Commit 9a1b018

Browse files
authored
Merge pull request #170 from paritytech/feat/inc-spec-ver
Increase spec versions for both runtimes
2 parents bacac92 + 2dbc135 commit 9a1b018

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/mainnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
225225
spec_name: create_runtime_str!("mythos"),
226226
impl_name: create_runtime_str!("mythos"),
227227
authoring_version: 1,
228-
spec_version: 1004,
228+
spec_version: 1005,
229229
impl_version: 0,
230230
apis: RUNTIME_API_VERSIONS,
231231
transaction_version: 1,

runtime/testnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
224224
spec_name: create_runtime_str!("muse"),
225225
impl_name: create_runtime_str!("muse"),
226226
authoring_version: 1,
227-
spec_version: 1007,
227+
spec_version: 1008,
228228
impl_version: 0,
229229
apis: RUNTIME_API_VERSIONS,
230230
transaction_version: 1,

0 commit comments

Comments
 (0)