diff --git a/bucket/jx.json b/bucket/jx.json index 5e00978eed..e1be49c79d 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.308", + "version": "3.2.309", "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.308/jx-windows-amd64.zip", - "hash": "8bede9ea77878557dadea6b2a41a8c8176c656447fd8f9bd393a24b35537fe10" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.309/jx-windows-amd64.zip", + "hash": "da4cfe942ab3a95b4812eb2ad0692b4f916a9e0a64270b0e5f819abed1af62fd" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",