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