From 19aaa767bc8a45892ecc681203e6600fe225ae57 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:00 +0000 Subject: [PATCH] jx: Update to version 3.2.230 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 0ec2171e9d..bf48f3a335 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.217", + "version": "3.2.230", "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.217/jx-windows-amd64.zip", - "hash": "36af72d72dc0c35ff87211745b09e9f7f43d4f7ead1ac5c521b5f432b0b7f8f8" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.230/jx-windows-amd64.zip", + "hash": "1f096256df2040294533f69b361afe1068454e776a1353d8132794f25443bffa" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",