Skip to content

Commit

Permalink
Merge pull request #1195 from saschagrunert/bump-0.5.1
Browse files Browse the repository at this point in the history
Bump to v0.5.1
  • Loading branch information
openshift-merge-robot authored Mar 16, 2023
2 parents 48c9eac + bcc311c commit 5e73193
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conmon-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conmonrs-cli"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion conmon-rs/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "conmon-common"
# Version listed below is also used by .packit.sh
version = "0.5.0"
version = "0.5.1"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conmonrs"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

[[bin]]
Expand Down

0 comments on commit 5e73193

Please sign in to comment.