From 5c64cf3b5c4d7bf21894447e2c0caad2764b20d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 24 Oct 2021 02:11:06 -0700 Subject: [PATCH] jx: Update to version 3.2.207 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3620d268e3..0f2d381b26 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.206", + "version": "3.2.207", "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.2.206/jx-windows-amd64.zip", - "hash": "cfe0257bdc318bbd28fddbbe1384aad0e2811cd6feadeeeb72851ddb68b00d23" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.207/jx-windows-amd64.zip", + "hash": "677f46be920878e85338ae9e6c11ffcd7fe0dde380f41f02c2e283fdc15726ca" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",