Skip to content

Commit

Permalink
bump version 6.7.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Mar 4, 2024
1 parent 5b4cf8d commit 320ccfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cita_cloud_proto"
version = "6.7.3"
version = "6.7.3-beta1"
authors = ["Rivtower Technologies <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions cloud-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloud-util"
version = "0.8.1"
version = "0.8.1-beta1"
authors = ["ypf <[email protected]>", "Rivtower Technologies <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -32,7 +32,7 @@ chrono = "0.4"
backtrace = "0.3"
flume = "0.11"

cita_cloud_proto = { path = "../cloud-proto", version = "=6.7.3" }
cita_cloud_proto = { path = "../cloud-proto", version = "=6.7.3-beta1" }

[target.'cfg(not(windows))'.dependencies]
signal-hook = { version = "0.3" }
Expand Down

0 comments on commit 320ccfb

Please sign in to comment.