From d73be4cf84ba9e40fa17c01f2c91e7887c094051 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:28:19 +0000 Subject: [PATCH] temporal-cli: Update to version 0.12.0 --- 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 3a74e7af75..7d90102d02 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "0.11.0", + "version": "0.12.0", "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.11.0/temporal_cli_0.11.0_windows_amd64.zip", - "hash": "05ea776ff2f7e7ab76ec30dc274c487649251ed256d63dc52aba0f43fae934ec" + "url": "https://github.com/temporalio/cli/releases/download/v0.12.0/temporal_cli_0.12.0_windows_amd64.zip", + "hash": "60c369ad493ca3a6e9181053140bca402f5a5aa7a921e86d0393917e37ec33ab" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v0.11.0/temporal_cli_0.11.0_windows_arm64.zip", - "hash": "49e32c0b22f504d2b000c29dd7d9369e3450fffe842bc3d962dfbf3ad285354b" + "url": "https://github.com/temporalio/cli/releases/download/v0.12.0/temporal_cli_0.12.0_windows_arm64.zip", + "hash": "d0e5eeec356bafdf7ca3bdc3be8c54e893cad8080ea861272523fa21cc58e027" } }, "bin": "temporal.exe",