From 16c938b9822d5e25dcce196a30d2bbc685a12dd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 04:33:20 +0000 Subject: [PATCH] jx: Update to version 3.2.297 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3fa8b0745b..4b01fb5b86 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.296", + "version": "3.2.297", "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.296/jx-windows-amd64.zip", - "hash": "0c86103c3bb85dbeccb96d8aea4e315b7f586bd3a139243d0fdd4c49e4faa93e" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.297/jx-windows-amd64.zip", + "hash": "4e5f539016bce689686ec41456d23238e1ac0632dac069c078d91be22b0c4153" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",