diff --git a/bucket/jx.json b/bucket/jx.json index 0defb51a1f..38616790bd 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.108", + "version": "3.10.109", "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.108/jx-windows-amd64.zip", - "hash": "5debe0b572b4a31fa39533a7f8f63f9e866cea4a69e07e294b39e12702345549" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.109/jx-windows-amd64.zip", + "hash": "1a1c9509726890488dc8a47ecaff5f2e23efbea020bc118ed04a029b6cb0d193" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.108/jx-windows-arm64.zip", - "hash": "763b61d324d03880aa80ec98dcffb4e0d915017ca8dda7fa1fc3033d3a2e6600" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.109/jx-windows-arm64.zip", + "hash": "b22c9f987b75ea23def6d527f6c590781a7eaa0397a9340fe94a5db74c9c3021" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",