From f14461d83b529795296a7c42395d24e4b118afe2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 May 2021 19:00:23 +0000 Subject: [PATCH] dapr-cli: Update to version 1.2.0 --- bucket/dapr-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dapr-cli.json b/bucket/dapr-cli.json index badf8cdec4..68ceb08efe 100644 --- a/bucket/dapr-cli.json +++ b/bucket/dapr-cli.json @@ -1,12 +1,12 @@ { - "version": "1.1.0", + "version": "1.2.0", "description": "Command-line tools for Dapr", "homepage": "https://github.com/dapr/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dapr/cli/releases/download/v1.1.0/dapr_windows_amd64.zip", - "hash": "415bfa7e6a3074b52ef299a4d6c28bb0710c458700d048fc9c7d34316d116305" + "url": "https://github.com/dapr/cli/releases/download/v1.2.0/dapr_windows_amd64.zip", + "hash": "3229ca44fc1e43020b620d9b784f83158e4fec705ee3ed328e9721aa8285de70" } }, "bin": "dapr.exe",