diff --git a/bucket/jx.json b/bucket/jx.json index 34d79b304d..b0a71bd3da 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.111", + "version": "3.10.112", "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.111/jx-windows-amd64.zip", - "hash": "08943aa788938ce46767221f51c0bd712015c2a85cc99c03987c8d022d347b2a" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-amd64.zip", + "hash": "2390c7c78d56d218294994eae03e47582ea28884941685bda79b363a67e2b702" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.111/jx-windows-arm64.zip", - "hash": "ba1a4b620c85b0d4cdc745d0de785b7ea787c61b0ae77fabdc2c2196e8f02930" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-arm64.zip", + "hash": "43dab6ae92f0c5b641c4cf88e4985944aaa961789abbd803e8f9c1bb82c8b8d9" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",