From 543679c10b610d7412e5dc9eb9ac10a405b5427f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 00:32:42 +0000 Subject: [PATCH] jx: Update to version 3.2.302 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 9548959e34..28d8ebbbbe 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.300", + "version": "3.2.302", "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.2.300/jx-windows-amd64.zip", - "hash": "b775893298097bb72e1b59e80a1dffc002b4976b49bc17c34cd03bd21cb5ee5c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.302/jx-windows-amd64.zip", + "hash": "0fd4a22bc7f632b5810921152fa1f634fa86a3f829b3501332bf1c592b68b7d3" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",