From a5f32cf8288dc0f5e37ce2f6c422fc28095702c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:30:42 +0000 Subject: [PATCH] jx: Update to version 3.10.72 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 3227d54901..e1348aedf5 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.10.69", + "version": "3.10.72", "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.10.69/jx-windows-amd64.zip", - "hash": "881dfd8e22e4a5fe1849a02533ac1a90cc86673a8824832f8195a98f1df22b15" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.72/jx-windows-amd64.zip", + "hash": "d187d8d68b656906cd92ad4a2685b9140d89fb3e9744e834eef8cb94aad3bf0e" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",