diff --git a/bucket/jx.json b/bucket/jx.json index 5d1996517e..4cb45056ae 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.130", + "version": "3.2.133", "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.130/jx-windows-amd64.zip", - "hash": "3cb6ff6d27d5f8408fbf3853afe458e61d5396059177d702b2369489dd9114fa" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.133/jx-windows-amd64.zip", + "hash": "798b880a3cc8631bcdcf44c77e9ee967de453c6a1c7b8ec88ceee79c1d260953" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",