From 907fa583a6c383fc9f7f72e5ba25d03beb362752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 26 Oct 2021 23:14:30 -0700 Subject: [PATCH] jx: Update to version 3.2.210 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 2681a2271f..972f3608a3 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.209", + "version": "3.2.210", "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.209/jx-windows-amd64.zip", - "hash": "c14f9a0e9a1a42a7d43c9877f8256fd8036c74c663772ae094269e40de65254f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.210/jx-windows-amd64.zip", + "hash": "794cc858d1b913254219b3da0bf833e3403ff813a71ea26fe85ccf3fe17358d9" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",