From e5ca1376ebb285538d4b4a4b771510903eb62eda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 04:33:38 +0000 Subject: [PATCH] jx: Update to version 3.10.10 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 2ab734c99e..685e30de17 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.10.9", + "version": "3.10.10", "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.10.9/jx-windows-amd64.zip", - "hash": "92f4df7878b4b2cf51c6f4b690c9383ce89a0bee8f5380128b704bc39fae6793" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.10/jx-windows-amd64.zip", + "hash": "b3c43962edc643330e27d30af267b06192257ca8445eb9075d53ddd6bdbd905f" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",