From 5e3c74501de9e9a182b035084643bdfbdd50ab7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:28:49 +0000 Subject: [PATCH] jx: Update to version 3.2.368 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index e42fe8e9e2..07f45567d5 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.362", + "version": "3.2.368", "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.362/jx-windows-amd64.zip", - "hash": "2b5d9d68aeb9202ad76d2c7fee3cd79eba06765d6356d5e0e3074e98e557aaf1" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.368/jx-windows-amd64.zip", + "hash": "e24df7561a3413071f855c2b8709734ee471aef20c599c3e56be83798d090836" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",