From 3affb873c32d8f2e21b77f6b453d418dfb5a80fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:29:12 +0000 Subject: [PATCH] jx: Update to version 3.2.296 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 36cff2822d..3fa8b0745b 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.295", + "version": "3.2.296", "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.295/jx-windows-amd64.zip", - "hash": "1783fd9be1575527c92781a4d02ffb1fcebdf6e4337891d35c566c3bcfc566c9" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.296/jx-windows-amd64.zip", + "hash": "0c86103c3bb85dbeccb96d8aea4e315b7f586bd3a139243d0fdd4c49e4faa93e" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",