From ec0980890e36a4f174075c12cee117b45bdff929 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 00:43:15 +0000 Subject: [PATCH] jx: Update to version 3.8.0 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index e9b8a5c78c..46ac43c1c4 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.7.12", + "version": "3.8.0", "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.12/jx-windows-amd64.zip", - "hash": "7deecce1de72e300c3db34a18e1ff3adc7e9768cc613b830fee78103bbe8b955" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.8.0/jx-windows-amd64.zip", + "hash": "fd2f4d0017f107a1177c4e0afd36c61a47480d5815f4b3a854fe6a96565e5f8b" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",