diff --git a/bucket/jx.json b/bucket/jx.json index 685e30de17..311b4a72c6 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.10.10", + "version": "3.10.11", "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.10/jx-windows-amd64.zip", - "hash": "b3c43962edc643330e27d30af267b06192257ca8445eb9075d53ddd6bdbd905f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.11/jx-windows-amd64.zip", + "hash": "cc4a4fa596addce412c94eef715425a0173e88105c66ed1de22a64905b6d86bf" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",