From 7e4d0e2b4b3891df5a6479f1095482c749341605 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:31:47 +0000 Subject: [PATCH] jx: Update to version 3.2.385 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index ddcd83612f..66513f7692 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.384", + "version": "3.2.385", "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.384/jx-windows-amd64.zip", - "hash": "6a78ca4dbc847d0d91e72bf6587160d709f593ce513b06431a61d2ba707ce5f8" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.385/jx-windows-amd64.zip", + "hash": "c4c33a1731820965a8d741865b668b08b571203a7460f158af5ee573e3b8c20a" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",