File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209209 spec_name : Cow :: Borrowed ( "moonbase" ) ,
210210 impl_name : Cow :: Borrowed ( "moonbase" ) ,
211211 authoring_version : 4 ,
212- spec_version : 4300 ,
212+ spec_version : 4301 ,
213213 impl_version : 0 ,
214214 apis : RUNTIME_API_VERSIONS ,
215215 transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
215215 spec_name : Cow :: Borrowed ( "moonbeam" ) ,
216216 impl_name : Cow :: Borrowed ( "moonbeam" ) ,
217217 authoring_version : 3 ,
218- spec_version : 4300 ,
218+ spec_version : 4301 ,
219219 impl_version : 0 ,
220220 apis : RUNTIME_API_VERSIONS ,
221221 transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
218218 spec_name : Cow :: Borrowed ( "moonriver" ) ,
219219 impl_name : Cow :: Borrowed ( "moonriver" ) ,
220220 authoring_version : 3 ,
221- spec_version : 4300 ,
221+ spec_version : 4301 ,
222222 impl_version : 0 ,
223223 apis : RUNTIME_API_VERSIONS ,
224224 transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments