From 44e11c023b426f06be9932627cea3856bbb3d27d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:32:51 +0000 Subject: [PATCH] jx: Update to version 3.2.251 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3d3dd16c2a..d32158f1a0 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.250", + "version": "3.2.251", "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.250/jx-windows-amd64.zip", - "hash": "c1c10a6594d980c6d1a9dc15fc73efadf06ea7d4abc9b881dad5d060589d8e47" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.251/jx-windows-amd64.zip", + "hash": "94ea88541a02bbdba9a552048bf9c3a063e634588553ff2cd1aeb26a1c808819" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",