diff --git a/Cargo.toml b/Cargo.toml index 3d4ff9d..d2851fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dapr" -version = "0.11.0" +version = "0.12.0" authors = ["dapr.io"] edition = "2021" license-file = "LICENSE" diff --git a/README.md b/README.md index 9cd4237..e6e8e3d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap ```toml [dependencies] -dapr = "0.11.0" +dapr = "0.12.0" ``` A client can be created as follows: