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