Skip to content

Commit

Permalink
release: v0.16.0 (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee authored Feb 27, 2025
1 parent 1508ea2 commit 185dc72
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 @@ -26,7 +26,7 @@ tonic = "0.12.3"
tonic-build = "0.12.3"

[workspace.package]
version = "0.16.0-rc.7"
version = "0.16.0"
authors = [
"Mike Nguyen <[email protected]>",
"The Dapr Authors <[email protected]>"
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.7"
dapr = "0.16.0"
```

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

0 comments on commit 185dc72

Please sign in to comment.