diff --git a/bucket/jx.json b/bucket/jx.json index 9dd7238bc3..70228d2090 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.181", + "version": "3.2.182", "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.181/jx-windows-amd64.zip", - "hash": "27e55db32fa2935a433859a7b0c904e0c61a8b7051b2663993ea8e21823665b3" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.182/jx-windows-amd64.zip", + "hash": "4ca4c6cc81f4aab4e247bb3e43975cd2853cfcf469d6bedc6fd05f56c45ec9be" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",