From a6ef49baaa97d477ad787e984095661e0fd26e4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:29:27 +0000 Subject: [PATCH] jx: Update to version 3.4.19 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 9fb6f7ff04..dc0a6bf311 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.4.17", + "version": "3.4.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.4.17/jx-windows-amd64.zip", - "hash": "0fd89fb68cd1107c7cd427901dee909b50ff8123305e749e65bcd35a8d634c40" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.4.19/jx-windows-amd64.zip", + "hash": "48c926f161ded65528ff54aa0fb41fc0c4d09f6ed3039c200e3dfa380bf89d68" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",