From 2bba5dd35b329de69a06e8f0eeedf52f88194881 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:28:05 +0000 Subject: [PATCH] jx: Update to version 3.2.300 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3a0109c070..9548959e34 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.299", + "version": "3.2.300", "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.299/jx-windows-amd64.zip", - "hash": "908099a1964f5df4779fed0892dd86018364c05ea122614d39437e2db4f9a65c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.300/jx-windows-amd64.zip", + "hash": "b775893298097bb72e1b59e80a1dffc002b4976b49bc17c34cd03bd21cb5ee5c" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",