From 916c553ff6b9bcf6857d06e8ab374822ec060679 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:32:44 +0000 Subject: [PATCH] temporal-cli: Update to version 0.10.6 --- bucket/temporal-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temporal-cli.json b/bucket/temporal-cli.json index e15d119fd1..986ab480a6 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "0.10.5", + "version": "0.10.6", "description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal", "homepage": "https://docs.temporal.io/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/temporalio/cli/releases/download/v0.10.5/temporal_cli_0.10.5_windows_amd64.zip", - "hash": "c9e2d84344d84544254c697eda5ab671a3ac3425e8e9eda71c3d08ef02cc531a" + "url": "https://github.com/temporalio/cli/releases/download/v0.10.6/temporal_cli_0.10.6_windows_amd64.zip", + "hash": "1b145ef0c872a6035927ac899983baad02ce767e8a06ef36d8de4a5c1e2e30b9" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v0.10.5/temporal_cli_0.10.5_windows_arm64.zip", - "hash": "40d5cfe699035803cc5b3d5b8c8cc0e0f7273af7b2e16de3d1fd29ffdfa680a7" + "url": "https://github.com/temporalio/cli/releases/download/v0.10.6/temporal_cli_0.10.6_windows_arm64.zip", + "hash": "7e29d56565c5c11efbeb36b0a86e54d3266e0107a08228e681b4c9a4729f080a" } }, "bin": "temporal.exe",