From 1a81149267f82faaf9aeae88d873adba78ebc1a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 20:30:13 +0000 Subject: [PATCH] jx: Update to version 3.7.12 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 83ca67bf2c..e9b8a5c78c 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.7.10", + "version": "3.7.12", "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.7.10/jx-windows-amd64.zip", - "hash": "c8442b58a2d1f7181186fad0373a9a844d540d0dac5b94bde75aaea2ed9360c3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.7.12/jx-windows-amd64.zip", + "hash": "7deecce1de72e300c3db34a18e1ff3adc7e9768cc613b830fee78103bbe8b955" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",