File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed
pallet/account-migration/src Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ edition = "2021"
1717homepage = " https://darwinia.network"
1818license = " GPL-3.0"
1919repository = " https://github.com/darwinia-network/darwinia"
20- version = " 6.8.0 "
20+ version = " 6.8.1 "
2121
2222[workspace .dependencies ]
2323# crates.io
Original file line number Diff line number Diff line change 2424///
2525/// The worker binaries associated to the node binary should ensure that they are using the same
2626/// version as the main node that started them.
27- pub const NODE_VERSION : & str = "6.8.0 " ;
27+ pub const NODE_VERSION : & str = "6.8.1 " ;
2828
2929/// Sub-commands supported by the collator.
3030#[ derive( Debug , clap:: Subcommand ) ]
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 : 6_8_0_0 ,
31+ spec_version : 6_8_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 @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Crab2" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_8_0_0 ,
83+ spec_version : 6_8_1_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Darwinia2" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_8_0_0 ,
83+ spec_version : 6_8_1_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080 spec_name : sp_runtime:: create_runtime_str!( "Darwinia Koi" ) ,
8181 impl_name : sp_runtime:: create_runtime_str!( "DarwiniaOfficialRust" ) ,
8282 authoring_version : 0 ,
83- spec_version : 6_8_0_0 ,
83+ spec_version : 6_8_1_0 ,
8484 impl_version : 0 ,
8585 apis : RUNTIME_API_VERSIONS ,
8686 transaction_version : 0 ,
You can’t perform that action at this time.
0 commit comments