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