diff --git a/bucket/jx.json b/bucket/jx.json index 262064bebc..38fa357fca 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.4.15", + "version": "3.4.16", "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.15/jx-windows-amd64.zip", - "hash": "d81847dc2cdfc7fa4e92867d34fe2557f1644d8bde2adaf58b07c9a64aef5592" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.4.16/jx-windows-amd64.zip", + "hash": "48dc8867d8806e5bdbad7aba8618b61fe5987c4f9dc0fabac3463ce4ff548fd2" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",