From d7a11107b2126eb37cee18f622f06f1b27ac64c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 15 May 2021 00:03:15 -0700 Subject: [PATCH] jx: Update to version 3.2.97 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 68f44a1691..ee2e458c38 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.95", + "version": "3.2.97", "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.95/jx-windows-amd64.zip", - "hash": "8144bb2905e8b473a32a77ceb9f0be900d9c53ad272c69de82b43a2592359dfa" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.97/jx-windows-amd64.zip", + "hash": "133ec50cdaefcb60d8403da0441c5f53bc6c5d27b7653a442551bb65908d3e66" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",