Skip to content

Commit 196ca77

Browse files
committed
Release v7.1.0 (#1695)
1 parent bde9b5b commit 196ca77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pallet/account-migration/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

runtime/crab/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

runtime/darwinia/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)