File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pallet/account-migration/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
2828 spec_name : sp_runtime:: create_runtime_str!( "Darwinia2" ) ,
2929 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
3030 authoring_version : 0 ,
31- spec_version : 7_0_0_0 ,
31+ spec_version : 7_0_1_0 ,
3232 impl_version : 0 ,
3333 apis : sp_version:: create_apis_vec!( [ ] ) ,
3434 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8181 spec_name : sp_runtime:: create_runtime_str!( "Crab2" ) ,
8282 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8383 authoring_version : 0 ,
84- spec_version : 7_0_0_0 ,
84+ spec_version : 7_0_1_0 ,
8585 impl_version : 0 ,
8686 apis : RUNTIME_API_VERSIONS ,
8787 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8484 spec_name : sp_runtime:: create_runtime_str!( "Darwinia2" ) ,
8585 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8686 authoring_version : 0 ,
87- spec_version : 7_0_0_0 ,
87+ spec_version : 7_0_1_0 ,
8888 impl_version : 0 ,
8989 apis : RUNTIME_API_VERSIONS ,
9090 transaction_version : 0 ,
You can’t perform that action at this time.
0 commit comments