From b898d57ed4bc77082c8f36cb5270c15fd5b5b7c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:33:09 +0000 Subject: [PATCH] jx: Update to version 3.2.286 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 4d19cb6116..68832501a4 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.283", + "version": "3.2.286", "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.283/jx-windows-amd64.zip", - "hash": "3ede90d38af069677f1e4d06b8c4331ace749784de29ec112ba27b9bf7d69044" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.286/jx-windows-amd64.zip", + "hash": "97f4a475f88ecb61cfcb28b3aad1f13186f39a99fb9a8ae060621cf1beba1a12" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",