From 04e2a873c8e9f2c05f875a3c459a32db29377400 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 16:42:27 +0000 Subject: [PATCH] jx: Update to version 3.10.19 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 697235bcd4..f879c980b8 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.10.18", + "version": "3.10.19", "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.18/jx-windows-amd64.zip", - "hash": "355c08cf2054c40c00f4b26dd53906b76a03b8e39836a2f305caf4bf6d66c2b9" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.19/jx-windows-amd64.zip", + "hash": "bd3dd53c9021e5cf1f8757b6fad0e075017201ba48b85db068a137836ff589fb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",