From c4fd18ae0b6384d1303fc223ffc85ed0d6d1cff3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:30:18 +0000 Subject: [PATCH] keptn-cli: Update to version 1.4.0 --- bucket/keptn-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/keptn-cli.json b/bucket/keptn-cli.json index dc3a2ca76f..6564aafba7 100644 --- a/bucket/keptn-cli.json +++ b/bucket/keptn-cli.json @@ -1,12 +1,12 @@ { - "version": "1.3.0", + "version": "1.4.0", "description": "Cloud-native application life-cycle orchestration", "homepage": "https://keptn.sh/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/keptn/keptn/releases/download/1.3.0/keptn-1.3.0-windows-amd64.tar.gz", - "hash": "a2498e2f5fe6ded97ee269deed23ffb406849349f13b61e1c5c2297a2e423c96" + "url": "https://github.com/keptn/keptn/releases/download/1.4.0/keptn-1.4.0-windows-amd64.tar.gz", + "hash": "14b170d8f44c7d9766c4ff157109dcc4c3fc1d85d7a48948e5c83c18ab12303a" } }, "pre_install": "Rename-Item \"$dir\\keptn-$version-windows-amd64.exe\" keptn.exe",