diff --git a/bucket/jx.json b/bucket/jx.json index 6099430214..039928a43e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.143", + "version": "3.2.144", "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.143/jx-windows-amd64.zip", - "hash": "e1364fe42b668c4fee2b0f8049b0d84936e9ddae9ea482aae63e37ab112f10d2" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.144/jx-windows-amd64.zip", + "hash": "66f696219916a14fbe8ec67bc440a34d3063938945a1229bd3c420c3dffb93ba" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",