From b2c06df6ecb6ac3a938baa6a807fc05fcf959dcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 00:33:18 +0000 Subject: [PATCH] jx: Update to version 3.2.393 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 01ccb55105..a191950c69 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.392", + "version": "3.2.393", "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.392/jx-windows-amd64.zip", - "hash": "5f198c31c5417247cd4aeed365a6a17c93b804b60c72f32f61e8e0a6d9fb8b1c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.393/jx-windows-amd64.zip", + "hash": "f3c463c5ef728f48826733b6708d027fdd58550138dd633ee56d152ae689b9bb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",