Skip to content

Commit

Permalink
Client version v0.32.0 (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Sapede committed Jun 14, 2023
1 parent 79a1c1e commit a51b957
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/cli-opt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = { workspace = true }
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.31.1"
version = "0.32.0"

[dependencies]
bip32 = { workspace = true, features = [ "bip39" ] }
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "moonbeam-cli"
authors = { workspace = true }
edition = "2021"
version = "0.31.1"
version = "0.32.0"

[dependencies]
clap = { workspace = true, features = [ "derive" ] }
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = { workspace = true }
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.31.1"
version = "0.32.0"

[dependencies]
ansi_term = { workspace = true }
Expand Down

0 comments on commit a51b957

Please sign in to comment.