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