diff --git a/bucket/temporal-cli.json b/bucket/temporal-cli.json index a7a7fc6252..1590af7e38 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "1.5.0", + "version": "1.5.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/v1.5.0/temporal_cli_1.5.0_windows_amd64.zip", - "hash": "f44ca7a0eab7dba34070f306619af160d0a4e0255f002abd9b66e3d3834393da" + "url": "https://github.com/temporalio/cli/releases/download/v1.5.1/temporal_cli_1.5.1_windows_amd64.zip", + "hash": "d3b7982a15f3e5716d55a304f18465f625c144f154e52ac45dcfe288eb642eb3" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v1.5.0/temporal_cli_1.5.0_windows_arm64.zip", - "hash": "775a09a90664ca65370e0037550e0d1f3944fec94f9766b85ff2f66818c13d53" + "url": "https://github.com/temporalio/cli/releases/download/v1.5.1/temporal_cli_1.5.1_windows_arm64.zip", + "hash": "28e7cf32d7fa41d7b2daf4803ebd76897ceb1c1ba5094939e3f0edd119da0f4d" } }, "bin": "temporal.exe",