From bbe82f1410f7fda641d741d05e4b9e5831e67874 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Thu, 1 Jun 2023 14:02:05 +0000 Subject: [PATCH] Update version to 0.12 Signed-off-by: Artur Souza --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: