diff --git a/bucket/jx.json b/bucket/jx.json index 0e76602a1c..b6882ead69 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.321", + "version": "3.2.322", "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.321/jx-windows-amd64.zip", - "hash": "f59c4af41f23f3550827e9f5367877bb00d946bcd178c7212e73da0b754a3b0d" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.322/jx-windows-amd64.zip", + "hash": "92c798567addf49f88581982db2ee7c1f672d0a8a3626053de5e75120afa03a9" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",