Skip to content

Commit 532df85

Browse files
committed
Update README to reelase 0.11
Signed-off-by: Artur Souza <[email protected]>
1 parent ecc0e4e commit 532df85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap
2929

3030
```toml
3131
[dependencies]
32-
dapr = "0.10.0"
32+
dapr = "0.11.0"
3333
```
3434

3535
A client can be created as follows:
@@ -66,5 +66,5 @@ cargo build
6666
2. By default, it picks from master proto. To specify a particular release/version, please specify with a -v flag
6767

6868
```bash
69-
./update-protos.sh -v v1.7.0-rc.2
69+
./update-protos.sh -v v1.10.1
7070
```

0 commit comments

Comments
 (0)