From 434b2ecbddbbb261fba1b9f49da960a0007c9568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 04:31:22 +0000 Subject: [PATCH] jx: Update to version 3.2.309 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 5e00978eed..e1be49c79d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.308", + "version": "3.2.309", "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.308/jx-windows-amd64.zip", - "hash": "8bede9ea77878557dadea6b2a41a8c8176c656447fd8f9bd393a24b35537fe10" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.309/jx-windows-amd64.zip", + "hash": "da4cfe942ab3a95b4812eb2ad0692b4f916a9e0a64270b0e5f819abed1af62fd" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",