diff --git a/bucket/jx.json b/bucket/jx.json index 55d6d2fe53..650150f04f 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.125", + "version": "3.10.126", "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.125/jx-windows-amd64.zip", - "hash": "278c933c10cc7a01d0761de6b3a554ea87cf8b17d6ed1c2307a6a8a80893b53c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.126/jx-windows-amd64.zip", + "hash": "8dab598a87d64b2cdefe44867539c22ecbe9652b2fc15b2b4a655f1c9c656838" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.125/jx-windows-arm64.zip", - "hash": "fa2d7df0a9b345444095c671ad167fb43fcb6e3f327f00aa776bdeee62271c40" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.126/jx-windows-arm64.zip", + "hash": "fae066cf260c81807b42192578f75b3c716b636abcca13722c6d69c0466d9f33" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",