From 6f383c868b93845abcea0b80b4fc29ce07117db0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:32:05 +0000 Subject: [PATCH] jx: Update to version 3.5.7 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index ecd12fa839..e02687093d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.5.6", + "version": "3.5.7", "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.6/jx-windows-amd64.zip", - "hash": "0419c6a498bd29742ae3846286e3fa49b9616a57b78c7139df9cd873229c5cbe" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.7/jx-windows-amd64.zip", + "hash": "03c8aaf1e959a34d493c09c0da4f36879c404c7bc050be177dcd288eb66f81cb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",