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