diff --git a/bucket/jx.json b/bucket/jx.json index ddcd83612f..66513f7692 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.384", + "version": "3.2.385", "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.384/jx-windows-amd64.zip", - "hash": "6a78ca4dbc847d0d91e72bf6587160d709f593ce513b06431a61d2ba707ce5f8" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.385/jx-windows-amd64.zip", + "hash": "c4c33a1731820965a8d741865b668b08b571203a7460f158af5ee573e3b8c20a" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",