Skip to content

Commit 366b675

Browse files
committed
Bump version
Signed-off-by: Xavier Lau <[email protected]>
1 parent a575464 commit 366b675

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

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.6.3"
21+
version = "6.6.4"
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.6.3";
27+
pub const NODE_VERSION: &str = "6.6.4";
2828

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

0 commit comments

Comments
 (0)