From e15cac6d6a24f455a53ace7c343e83213acd96ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:33:45 +0000 Subject: [PATCH] jx: Update to version 3.2.401 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 740cc967b0..51efa4f2b7 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.394", + "version": "3.2.401", "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.394/jx-windows-amd64.zip", - "hash": "a65adbef7323618fd0861e0111a8c3e5103d00094420b1cb9e7453591f506034" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.401/jx-windows-amd64.zip", + "hash": "e60b4209905c065da61bd68978f1abfee3a2f2b27f9a4565dbb73c8d49be57af" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",