Skip to content

Commit

Permalink
Merge pull request #1661 from saschagrunert/version-bump
Browse files Browse the repository at this point in the history
Bump to 0.6.0
  • Loading branch information
openshift-merge-robot authored Sep 1, 2023
2 parents 29baf65 + 918b037 commit 38d8e61
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.1"
version = "0.6.0"
edition = "2021"

[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.1"
version = "0.6.0"
edition = "2021"

[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.1"
version = "0.6.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 38d8e61

Please sign in to comment.