From 689c9a67151dbee319e97773bf3f1a58d25f871f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:33:10 +0000 Subject: [PATCH] jx: Update to version 3.2.389 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 8a3d9299a8..1d6a12cc94 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.388", + "version": "3.2.389", "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.388/jx-windows-amd64.zip", - "hash": "57dcae92bac0166d2f209b3966cf4a4081e8052e6ae61ba1bf43d0f0db2417ee" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.389/jx-windows-amd64.zip", + "hash": "02a6018e53e78ef3bcc25d9fe1718d2825c7ddbd99d214c81ccb872c380c6bc4" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",