From e23d8befcd715c352d35d28a252a0e79180c61c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:30:26 +0000 Subject: [PATCH] jx: Update to version 3.5.3 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index d2b2a9a9b0..7a5625657d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.4.19", + "version": "3.5.3", "description": "A command line tool for installing and using Jenkins X", "homepage": "https://github.com/jenkins-x/jx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.4.19/jx-windows-amd64.zip", - "hash": "81f0936bcd3e38c48f4d5b0ce4e53b78623cc7895abbc7b69a08733da4b10f41" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.3/jx-windows-amd64.zip", + "hash": "5e2c5000b9ad7c0d13b1a0a452ad5ef5dc44f860b6753d6711faf4850a6d9624" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",