From 1bd8223e568587177ef162f79670d0704ed6ac0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 16:29:23 +0000 Subject: [PATCH] jx: Update to version 3.2.249 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 1119fdd776..05813d8559 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.246", + "version": "3.2.249", "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.246/jx-windows-amd64.zip", - "hash": "619f115b47120f7401be9c2b91678d52db4c1ebf236dee41d4b1ad1750dc36d1" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.249/jx-windows-amd64.zip", + "hash": "83af52999fc813422a2aefafa600fe12971033105fcecc9c4a2bad2b8a8d31c6" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",