From 224369a1fc677789ce56d9fa35883d83eb81fcf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:31:10 +0000 Subject: [PATCH] jx: Update to version 3.10.110 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 38616790bd..b221dbcf46 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.109", + "version": "3.10.110", "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.109/jx-windows-amd64.zip", - "hash": "1a1c9509726890488dc8a47ecaff5f2e23efbea020bc118ed04a029b6cb0d193" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-amd64.zip", + "hash": "1b18cd03b55d675a5358f816e733442960c42ec71c2c919522751dcbfb451876" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.109/jx-windows-arm64.zip", - "hash": "b22c9f987b75ea23def6d527f6c590781a7eaa0397a9340fe94a5db74c9c3021" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.110/jx-windows-arm64.zip", + "hash": "d30c7b1d31acc5f1c503df5b8fb707762a8f0277bc4fe09b22673455fca035ee" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",