From f9b549275cb124b4d45e721918db4637477cddb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:29:22 +0000 Subject: [PATCH] jx: Update to version 3.10.14 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index d81de24441..26aa0fcf48 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.10.12", + "version": "3.10.14", "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.12/jx-windows-amd64.zip", - "hash": "2cdc5c11ab612cea160e927dad2d1e67f98b25fff1675f5d63317421d881c580" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.14/jx-windows-amd64.zip", + "hash": "b58b04ca057e4b99c78e24dfe6b1f19fb133f05fd722e0864ec1bbd8a2a22a0a" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",