From 8bb6fd03a8d783a3c6a7bc9dabcbaadf7084007f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:32:46 +0000 Subject: [PATCH] temporal-cli: Update to version 0.11.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 383971ca95..3a74e7af75 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "0.10.7", + "version": "0.11.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.10.7/temporal_cli_0.10.7_windows_amd64.zip", - "hash": "c7029f7532518ad959745f89b112059cea3a8b095860b5d0f559e898a68b32eb" + "url": "https://github.com/temporalio/cli/releases/download/v0.11.0/temporal_cli_0.11.0_windows_amd64.zip", + "hash": "05ea776ff2f7e7ab76ec30dc274c487649251ed256d63dc52aba0f43fae934ec" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v0.10.7/temporal_cli_0.10.7_windows_arm64.zip", - "hash": "dfb06f9d0f9729ed7db1ae40f22b39b1e75f8fb1f91d9aa094cdec1886a0b56a" + "url": "https://github.com/temporalio/cli/releases/download/v0.11.0/temporal_cli_0.11.0_windows_arm64.zip", + "hash": "49e32c0b22f504d2b000c29dd7d9369e3450fffe842bc3d962dfbf3ad285354b" } }, "bin": "temporal.exe",