Skip to content

Commit

Permalink
release: v0.16.0-rc.4
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <hey@mike.ee>
  • Loading branch information
mikeee committed Dec 16, 2024
1 parent 7ac6efe commit a5296a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tonic = "0.12.1"
tonic-build = "0.12.1"

[workspace.package]
version = "0.16.0-rc.3"
version = "0.16.0-rc.4"
authors = [
"Mike Nguyen <hey@mike.ee>",
"The Dapr Authors <dapr@dapr.io>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
dapr = "0.16.0-rc.3"
dapr = "0.16.0-rc.4"
```

Here's a basic example to create a client:
Expand Down

0 comments on commit a5296a0

Please sign in to comment.