Skip to content

Commit 0842255

Browse files
committed
Release v6.8.1
1 parent 12f4758 commit 0842255

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -17,7 +17,7 @@ edition = "2021"
1717
homepage = "https://darwinia.network"
1818
license = "GPL-3.0"
1919
repository = "https://github.com/darwinia-network/darwinia"
20-
version = "6.8.0"
20+
version = "6.8.1"
2121

2222
[workspace.dependencies]
2323
# 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.8.0";
27+
pub const NODE_VERSION: &str = "6.8.1";
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
@@ -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,

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_8_0_0,
83+
spec_version: 6_8_1_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_8_0_0,
83+
spec_version: 6_8_1_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_8_0_0,
83+
spec_version: 6_8_1_0,
8484
impl_version: 0,
8585
apis: RUNTIME_API_VERSIONS,
8686
transaction_version: 0,

0 commit comments

Comments
 (0)