From 34e7ef7f05183a9c78af2df07a3d15e9b127ca7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 24 May 2021 22:18:34 -0700 Subject: [PATCH] jx: Update to version 3.2.115 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index dccf0f8692..e73c6df78b 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.113", + "version": "3.2.115", "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.113/jx-windows-amd64.zip", - "hash": "511a4995741d580a6dc0beb734032bb669b686d10e2e555888dde78a2bd11eea" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.115/jx-windows-amd64.zip", + "hash": "c8c8ae3b0757d3e43e5d070d4e13d4fbe1f44b090f104fa05426c23d997e1a23" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",