Skip to content

Commit ab61be5

Browse files
authored
Release v6.7.2 (#1612)
* Release `v6.7.2` * Re-cache
1 parent 0da4f43 commit ab61be5

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- "**.sol"
2424

2525
env:
26-
CACHE_VERSION: 0
26+
CACHE_VERSION: 1
2727

2828
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
2929
CARGO_TERM_COLOR: always

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
homepage = "https://darwinia.network"
1919
license = "GPL-3.0"
2020
repository = "https://github.com/darwinia-network/darwinia"
21-
version = "6.7.1"
21+
version = "6.7.2"
2222

2323
[workspace.dependencies]
2424
# crates.io

node/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.7.1";
27+
pub const NODE_VERSION: &str = "6.7.2";
2828

2929
/// Sub-commands supported by the collator.
3030
#[derive(Debug, clap::Subcommand)]

pallet/account-migration/src/mock.rs

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

runtime/crab/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_7_1_0,
83+
spec_version: 6_7_2_0,
8484
impl_version: 0,
8585
apis: RUNTIME_API_VERSIONS,
8686
transaction_version: 0,

runtime/darwinia/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_7_1_0,
83+
spec_version: 6_7_2_0,
8484
impl_version: 0,
8585
apis: RUNTIME_API_VERSIONS,
8686
transaction_version: 0,

runtime/koi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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_7_1_0,
83+
spec_version: 6_7_2_0,
8484
impl_version: 0,
8585
apis: RUNTIME_API_VERSIONS,
8686
transaction_version: 0,

0 commit comments

Comments
 (0)