File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210210 spec_name : Cow :: Borrowed ( "moonbase" ) ,
211211 impl_name : Cow :: Borrowed ( "moonbase" ) ,
212212 authoring_version : 4 ,
213- spec_version : 4203 ,
213+ spec_version : 4204 ,
214214 impl_version : 0 ,
215215 apis : RUNTIME_API_VERSIONS ,
216216 transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
216216 spec_name : Cow :: Borrowed ( "moonbeam" ) ,
217217 impl_name : Cow :: Borrowed ( "moonbeam" ) ,
218218 authoring_version : 3 ,
219- spec_version : 4203 ,
219+ spec_version : 4204 ,
220220 impl_version : 0 ,
221221 apis : RUNTIME_API_VERSIONS ,
222222 transaction_version : 3 ,
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
219219 spec_name : Cow :: Borrowed ( "moonriver" ) ,
220220 impl_name : Cow :: Borrowed ( "moonriver" ) ,
221221 authoring_version : 3 ,
222- spec_version : 4203 ,
222+ spec_version : 4204 ,
223223 impl_version : 0 ,
224224 apis : RUNTIME_API_VERSIONS ,
225225 transaction_version : 3 ,
You can’t perform that action at this time.
0 commit comments