Skip to content

Commit

Permalink
Update client version to 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stiiifff committed Feb 5, 2025
1 parent f441930 commit d488016
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Moonbeam Collator"
edition = "2021"
homepage = "https://moonbeam.network"
license = "GPL-3.0-only"
version = "0.12.3"
version = "0.44.0"

[[bin]]
name = 'moonbeam'
Expand Down
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.43.0"
version = "0.44.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.43.0"
version = "0.44.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.43.0"
version = "0.44.0"

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

0 comments on commit d488016

Please sign in to comment.