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