From 2b03c08755f67ecf0b1647a4b467873097a7fa4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Jul 2021 09:09:25 -0700 Subject: [PATCH] jx: Update to version 3.2.167 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index ea0dc3c563..d187349301 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.165", + "version": "3.2.167", "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.165/jx-windows-amd64.zip", - "hash": "fb1f39a8fc530d40ccddbfb70e1fdefd1f19ff63e617f2c077b04507b522011f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.167/jx-windows-amd64.zip", + "hash": "8b8e88f0b51c7f5fbab667addfc8c28cb59bc3c4fc13b404d318b922df3bdb34" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",