From 2da440f7473681aecde49520aa306a163fbbd185 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 04:29:11 +0000 Subject: [PATCH] jx: Update to version 3.2.267 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 0da5536279..94f5215982 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.266", + "version": "3.2.267", "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.266/jx-windows-amd64.zip", - "hash": "c6bb7b3e5f62270f98565ef0ec2f4f34bc0ee3eaeba823b0001bd931f4dbb22f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.267/jx-windows-amd64.zip", + "hash": "c6487949e48cf71b77432c8c348d5aa9c6bb6976e32d32a0641d0e0ec2d80a6f" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",