diff --git a/bucket/jx.json b/bucket/jx.json index eb975ec8c1..0123b9f437 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.114", + "version": "3.10.115", "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.114/jx-windows-amd64.zip", - "hash": "9d8edd03cbc241b1119f10f75d3986498bc0b34b2a1458fb7246a57d137be7ed" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-amd64.zip", + "hash": "8b9f365763bccf41cea74e92020388eafc32a7393ff7c36dbe6662e739185c68" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-arm64.zip", - "hash": "ee686dc0a16867e39252adf0cc369e46a978f540030cb650d092dfdc2eb60cd1" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.115/jx-windows-arm64.zip", + "hash": "8230b728c8c4f01e426fcc179537c7fbfc0c965771628e9039ba6c3ef6643e9c" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",