From 596d1d67aaad2858f633ddb84213bd0de815d90a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:34:05 +0000 Subject: [PATCH] temporal-cli: Update to version 0.13.1 --- 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 80f735ffbb..4ad8a72c4a 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "0.13.0", + "version": "0.13.1", "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.13.0/temporal_cli_0.13.0_windows_amd64.zip", - "hash": "c5adb26820dedc615cccd0e2da6e255df1dbb98084dc40803a343dcc15ff8046" + "url": "https://github.com/temporalio/cli/releases/download/v0.13.1/temporal_cli_0.13.1_windows_amd64.zip", + "hash": "a109234a472f2850bd55de1f930fa4ff2596e34f9a638f1d3cf1b0e0c9e58028" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v0.13.0/temporal_cli_0.13.0_windows_arm64.zip", - "hash": "c9adf0ed1c10a3462ed6d6f74040ffd511c540a5e209f80bddccb3bf2ce2566e" + "url": "https://github.com/temporalio/cli/releases/download/v0.13.1/temporal_cli_0.13.1_windows_arm64.zip", + "hash": "190ae54d6fdaf895f7e1827e6769650600c8e0b43af02674bf7c2fac28795948" } }, "bin": "temporal.exe",