Skip to content

Commit f0404cc

Browse files
committed
Update client version to v0.40.1
1 parent 30e29c4 commit f0404cc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

node/cli-opt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = { workspace = true }
44
edition = "2021"
55
homepage = "https://moonbeam.network"
66
license = "GPL-3.0-only"
7-
version = "0.40.0"
7+
version = "0.40.1"
88

99
[dependencies]
1010
bip32 = { workspace = true, features = ["bip39"] }

node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "moonbeam-cli"
33
authors = { workspace = true }
44
edition = "2021"
5-
version = "0.40.0"
5+
version = "0.40.1"
66

77
[dependencies]
88
clap = { workspace = true, features = ["derive"] }

node/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = { workspace = true }
44
edition = "2021"
55
homepage = "https://moonbeam.network"
66
license = "GPL-3.0-only"
7-
version = "0.40.0"
7+
version = "0.40.1"
88

99
[dependencies]
1010
async-io = { workspace = true }

0 commit comments

Comments
 (0)