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