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