From c9ce2cdd2c7d7f9d9c3e8573a2748fce88e3ee75 Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Tue, 2 Jun 2026 17:48:05 +0100 Subject: [PATCH] release: v0.19.0 Signed-off-by: Mike Nguyen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f16282..1fbc239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tonic-prost = "0.14.6" tonic-prost-build = "0.14.6" [workspace.package] -version = "0.19.0-rc.1" +version = "0.19.0" authors = ["Mike Nguyen ", "The Dapr Authors "] edition = "2024" license = "Apache-2.0"