diff --git a/bucket/jx.json b/bucket/jx.json index 65faa48292..72887abacc 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.329", + "version": "3.2.331", "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.329/jx-windows-amd64.zip", - "hash": "eab4cb8e6968a1ae071ef606c4de604e3cf08eaf0bd762815c5ff9dffa9547a3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.331/jx-windows-amd64.zip", + "hash": "5cb8e6c9447c5d471812570a7f85bc545840e7e967e8d666904e38705845a394" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",