Skip to content

Commit 1b78b72

Browse files
committed
v0.52.2
1 parent 0bedbb1 commit 1b78b72

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Moonbeam Collator"
55
edition = "2021"
66
homepage = "https://moonbeam.network"
77
license = "GPL-3.0-only"
8-
version = "0.52.1"
8+
version = "0.52.2"
99

1010
[[bin]]
1111
name = 'moonbeam'

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.52.1"
7+
version = "0.52.2"
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.52.1"
5+
version = "0.52.2"
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.52.1"
7+
version = "0.52.2"
88

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

0 commit comments

Comments
 (0)