From 3e023ffd3e83d079bf62a0e326bc21cc2b9f146a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:28:16 +0000 Subject: [PATCH] jx: Update to version 3.2.256 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 98fffa3cac..e0e3b96df3 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.253", + "version": "3.2.256", "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.253/jx-windows-amd64.zip", - "hash": "d5964fcc7f64d70acd49b10cfd95bdc1818e0790be73892968065e3a58750fc4" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.256/jx-windows-amd64.zip", + "hash": "e70facf423db44813fbbbd8586ea6931da1be18f00651ec974fbec8483061398" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",