diff --git a/bucket/jx.json b/bucket/jx.json index 7ac6d09652..caea6ef0b8 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.5.12", + "version": "3.5.15", "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.5.12/jx-windows-amd64.zip", - "hash": "dd3ad8755fc3217d8681d3f14934d33609ddb7f0b37f978c81b9e0931383d5cb" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.15/jx-windows-amd64.zip", + "hash": "3012431873257f795cc58d39e17a2965cb54c3e9630c2e21b4a363fca1d455c3" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",