From 68f6f7de9a127183f575d31f281f43ee61c4330b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:32:04 +0000 Subject: [PATCH] jx: Update to version 3.2.392 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 1d6a12cc94..01ccb55105 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.389", + "version": "3.2.392", "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.389/jx-windows-amd64.zip", - "hash": "02a6018e53e78ef3bcc25d9fe1718d2825c7ddbd99d214c81ccb872c380c6bc4" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.392/jx-windows-amd64.zip", + "hash": "5f198c31c5417247cd4aeed365a6a17c93b804b60c72f32f61e8e0a6d9fb8b1c" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",