Skip to content

Commit

Permalink
docs: update versions (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Nguyen <[email protected]>
  • Loading branch information
mikeee authored Aug 14, 2024
1 parent 103caa3 commit bc728d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.13.0"
dapr = "0.15.0"
```

Here's a basic example to create a client:
Expand Down Expand Up @@ -95,7 +95,7 @@ To fetch the latest .proto files from Dapr execute the script `update-protos.sh`
By default, the script fetches the latest proto updates from the master branch of the Dapr repository. If you need to choose a specific release or version, use the -v flag:

```bash
./update-protos.sh -v v1.12.0
./update-protos.sh -v v1.14.0
```

### Contact Us
Expand Down

0 comments on commit bc728d5

Please sign in to comment.