Updating the version in README (#45)

This commit is contained in:
Phil Kedy 2021-04-02 12:19:44 -04:00 committed by GitHub
parent 76dad254bb
commit ec05fff7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap
```toml ```toml
[dependencies] [dependencies]
dapr = "0.4.0-alpha.0" dapr = "0.5.0"
``` ```
A client can be created as follows: A client can be created as follows: