From 4a9c11914dcb00d0c2f6283a1921dff85f941428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:26:22 +0000 Subject: [PATCH] temporal-cli: Update to version 0.13.2 --- 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 4ad8a72c4a..20259fc796 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "0.13.1", + "version": "0.13.2", "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.1/temporal_cli_0.13.1_windows_amd64.zip", - "hash": "a109234a472f2850bd55de1f930fa4ff2596e34f9a638f1d3cf1b0e0c9e58028" + "url": "https://github.com/temporalio/cli/releases/download/v0.13.2/temporal_cli_0.13.2_windows_amd64.zip", + "hash": "c6c11dff40a5de39474d3d0d17651dbd559399ebd0759c94cb540dcfa22dc35a" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v0.13.1/temporal_cli_0.13.1_windows_arm64.zip", - "hash": "190ae54d6fdaf895f7e1827e6769650600c8e0b43af02674bf7c2fac28795948" + "url": "https://github.com/temporalio/cli/releases/download/v0.13.2/temporal_cli_0.13.2_windows_arm64.zip", + "hash": "b4f82cbefe3950b0785cc47603ac577bd563d0b484ac60150468ac7a423b02c3" } }, "bin": "temporal.exe",