From 186f1efaa54a85cc84967df480a9535985cdab4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 00:33:16 +0000 Subject: [PATCH] jx: Update to version 3.2.331 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 65faa48292..72887abacc 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.329", + "version": "3.2.331", "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.329/jx-windows-amd64.zip", - "hash": "eab4cb8e6968a1ae071ef606c4de604e3cf08eaf0bd762815c5ff9dffa9547a3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.331/jx-windows-amd64.zip", + "hash": "5cb8e6c9447c5d471812570a7f85bc545840e7e967e8d666904e38705845a394" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",