File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
13
13
// The version of the runtime specification. A full node will not attempt to use its native
14
14
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
15
15
// `spec_version`, and `authoring_version` are the same between Wasm and native.
16
- spec_version : 10018 ,
16
+ spec_version : 10019 ,
17
17
impl_version : 3 ,
18
18
apis : RUNTIME_API_VERSIONS ,
19
19
transaction_version : 2 ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
16
16
// The version of the runtime specification. A full node will not attempt to use its native
17
17
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
18
18
// `spec_version`, and `authoring_version` are the same between Wasm and native.
19
- spec_version : 10018 ,
19
+ spec_version : 10019 ,
20
20
impl_version : 2 ,
21
21
apis : RUNTIME_API_VERSIONS ,
22
22
transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments