diff --git a/bucket/jx.json b/bucket/jx.json index d187349301..a2617e33a3 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.167", + "version": "3.2.168", "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.167/jx-windows-amd64.zip", - "hash": "8b8e88f0b51c7f5fbab667addfc8c28cb59bc3c4fc13b404d318b922df3bdb34" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.168/jx-windows-amd64.zip", + "hash": "818df7587cae1bb32088995bba8155ac45d5b165e2b38bff8fa3288794ce0d11" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",