From d90901e591656570bb71dd5f4670c1963e97ea05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 9 Jul 2021 15:54:21 -0700 Subject: [PATCH] jx: Update to version 3.2.169 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index a2617e33a3..134c50abcc 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.168", + "version": "3.2.169", "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.168/jx-windows-amd64.zip", - "hash": "818df7587cae1bb32088995bba8155ac45d5b165e2b38bff8fa3288794ce0d11" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.169/jx-windows-amd64.zip", + "hash": "394395ba2b38ca09345e17b1eb9be64b97e9b4a69d44bfbdce07635c15e93708" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",