diff --git a/bucket/jx.json b/bucket/jx.json index 463ddfd6a4..6ef3efc302 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.97", + "version": "3.10.98", "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.97/jx-windows-amd64.zip", - "hash": "23836180d30c729d543a1c047cfe9a57c22b2acf78107cf99a0d2848a3b027a7" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.98/jx-windows-amd64.zip", + "hash": "013a543a2b5fd5f8b0fd61610f1b2c7a761fbc1c712f44a93b219c392bd6ed5f" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.97/jx-windows-arm64.zip", - "hash": "38a66e33da8c24089b8ca99f9b4d7bb2ab68ee895864453efbddb778488980b4" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.98/jx-windows-arm64.zip", + "hash": "db454922e15e98e60a7960f5d0a88e1a8535caa2eff8c51fcd496381e9a93166" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",