From b5c7d74b849b7a98111f18b60cb8ea032429cd53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:30:58 +0000 Subject: [PATCH] jx: Update to version 3.5.18 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index c28c12150f..9292f0aab3 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.5.17", + "version": "3.5.18", "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.5.17/jx-windows-amd64.zip", - "hash": "3c637b945bec488d152e5978a994567b6735f21ff08a3eccdb4a1127b2bb3ed7" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.18/jx-windows-amd64.zip", + "hash": "3dbd1558b29042d8ecb8071ed46e41818b0b19db135ddb940069eee768d746e3" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",