From 124b5bb9ae6d7c0bcb95b982d7a70241a5a5aacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 May 2021 07:16:56 -0700 Subject: [PATCH] jx: Update to version 3.2.120 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 342de996b5..ac15cc98f7 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.119", + "version": "3.2.120", "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.119/jx-windows-amd64.zip", - "hash": "922ae70e82a54f2310011b73ca7cea732255b65cd4b5f10b7d8897c6356e83c3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.120/jx-windows-amd64.zip", + "hash": "a69ec643ae17617f8f06f940f7a6c1f4c546484849e8ade7df6938ab053aefdb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",