File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
174
174
impl_name : create_runtime_str ! ( "neumann" ) ,
175
175
authoring_version : 1 ,
176
176
spec_version : 296 ,
177
- impl_version : 0 ,
177
+ impl_version : 1 ,
178
178
apis : RUNTIME_API_VERSIONS ,
179
179
transaction_version : 19 ,
180
180
state_version : 0 ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180
180
impl_name : create_runtime_str ! ( "oak" ) ,
181
181
authoring_version : 1 ,
182
182
spec_version : 296 ,
183
- impl_version : 0 ,
183
+ impl_version : 1 ,
184
184
apis : RUNTIME_API_VERSIONS ,
185
185
transaction_version : 19 ,
186
186
state_version : 0 ,
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
182
182
impl_name : create_runtime_str ! ( "turing" ) ,
183
183
authoring_version : 1 ,
184
184
spec_version : 296 ,
185
- impl_version : 0 ,
185
+ impl_version : 1 ,
186
186
apis : RUNTIME_API_VERSIONS ,
187
187
transaction_version : 19 ,
188
188
state_version : 0 ,
You can’t perform that action at this time.
0 commit comments