Skip to content

Commit

Permalink
v0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Aug 6, 2024
1 parent 184ca37 commit dcb449d
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.39.0"
version = "0.39.1"

[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.39.0"
version = "0.39.1"

[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.39.0"
version = "0.39.1"

[dependencies]
async-io = { workspace = true }
Expand Down

0 comments on commit dcb449d

Please sign in to comment.