From 19fbb3e0e7b73a13b7b7bd5682bfe4fd33e799dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 04:51:38 +0000 Subject: [PATCH] jx: Update to version 3.2.308 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 6ac40e2653..5e00978eed 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.307", + "version": "3.2.308", "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.307/jx-windows-amd64.zip", - "hash": "c9fcbb4eeaa3a415eb19599e3019f14dd81705648c4a133172165840da960738" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.308/jx-windows-amd64.zip", + "hash": "8bede9ea77878557dadea6b2a41a8c8176c656447fd8f9bd393a24b35537fe10" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",