From 36d1b48558ac4562a0b319ec8d9a5f0b96a59e60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:31:33 +0000 Subject: [PATCH] jx: Update to version 3.5.16 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index ebeb5ab8b5..c35d87bc09 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.5.15", + "version": "3.5.16", "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.15/jx-windows-amd64.zip", - "hash": "e34132c7d7b4748cdbbec27f1bc5d7781cc21c7ead70eaba2dbfd4073931c43e" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.16/jx-windows-amd64.zip", + "hash": "ebbdb20ae74bdd4306162034194a5a589394890c2b90fcfdd56c56012ece1f7a" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",