diff --git a/bucket/jx.json b/bucket/jx.json index 9c32d598d5..5d1996517e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.128", + "version": "3.2.130", "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.2.128/jx-windows-amd64.zip", - "hash": "2f6e1ab15f9d6afa75eb083bfffa76b4d3a51fccc51f03bb432b22e95251567f" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.130/jx-windows-amd64.zip", + "hash": "3cb6ff6d27d5f8408fbf3853afe458e61d5396059177d702b2369489dd9114fa" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",