From fef3a23f3ab968ab2b32a083332a2fbf62529ad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:29:05 +0000 Subject: [PATCH] jx: Update to version 3.2.281 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 17dc9a7ebc..9923e92eb0 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.280", + "version": "3.2.281", "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.280/jx-windows-amd64.zip", - "hash": "e796cacd533aaf22edce8e783f6cdf7da0c12aa3b1ee53a0515fefaa7c79cd15" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.281/jx-windows-amd64.zip", + "hash": "4c2f1cb794c70deab6a4e190a870e8b1780b0862bd79b1ad840141f6ea6a1d42" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",