From 07b21a59b7b2c20055d4de0330dde2bb79c673e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 12:54:32 +0000 Subject: [PATCH] jx: Update to version 3.2.278 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index b1f05491cc..00f7286baa 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.270", + "version": "3.2.278", "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.270/jx-windows-amd64.zip", - "hash": "167cac970f5bfa5126ffd6c670704df662bddc160bd70372e30a467275495f3d" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.278/jx-windows-amd64.zip", + "hash": "ded35355d29c311a18ff665ffd1742c316d4b3bf8c165d5a47668c7d9f2882dd" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",