We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bacac92 + 2dbc135 commit 9a1b018Copy full SHA for 9a1b018
runtime/mainnet/src/lib.rs
@@ -225,7 +225,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
225
spec_name: create_runtime_str!("mythos"),
226
impl_name: create_runtime_str!("mythos"),
227
authoring_version: 1,
228
- spec_version: 1004,
+ spec_version: 1005,
229
impl_version: 0,
230
apis: RUNTIME_API_VERSIONS,
231
transaction_version: 1,
runtime/testnet/src/lib.rs
@@ -224,7 +224,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
224
spec_name: create_runtime_str!("muse"),
impl_name: create_runtime_str!("muse"),
- spec_version: 1007,
+ spec_version: 1008,
0 commit comments