diff --git a/bucket/jx.json b/bucket/jx.json index d2b2a9a9b0..7a5625657d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.4.19", + "version": "3.5.3", "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.4.19/jx-windows-amd64.zip", - "hash": "81f0936bcd3e38c48f4d5b0ce4e53b78623cc7895abbc7b69a08733da4b10f41" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.5.3/jx-windows-amd64.zip", + "hash": "5e2c5000b9ad7c0d13b1a0a452ad5ef5dc44f860b6753d6711faf4850a6d9624" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",