Skip to content

Commit 1dadfcc

Browse files
authored
Release v6.6.4 (#1539)
1 parent 9a6b779 commit 1dadfcc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pallet/account-migration/src/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
5454
spec_name: sp_runtime::create_runtime_str!("Darwinia2"),
5555
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
5656
authoring_version: 0,
57-
spec_version: 6_6_3_0,
57+
spec_version: 6_6_4_0,
5858
impl_version: 0,
5959
apis: sp_version::create_apis_vec!([]),
6060
transaction_version: 0,

runtime/crab/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!("Crab2"),
8585
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
8686
authoring_version: 0,
87-
spec_version: 6_6_3_0,
87+
spec_version: 6_6_4_0,
8888
impl_version: 0,
8989
apis: RUNTIME_API_VERSIONS,
9090
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: 6_6_3_0,
87+
spec_version: 6_6_4_0,
8888
impl_version: 0,
8989
apis: RUNTIME_API_VERSIONS,
9090
transaction_version: 0,

runtime/koi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
124124
spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"),
125125
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
126126
authoring_version: 0,
127-
spec_version: 6_6_3_2,
127+
spec_version: 6_6_4_0,
128128
impl_version: 0,
129129
apis: RUNTIME_API_VERSIONS,
130130
transaction_version: 0,

0 commit comments

Comments
 (0)