diff --git a/bucket/jx.json b/bucket/jx.json index 01ccb55105..a191950c69 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.392", + "version": "3.2.393", "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.392/jx-windows-amd64.zip", - "hash": "5f198c31c5417247cd4aeed365a6a17c93b804b60c72f32f61e8e0a6d9fb8b1c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.393/jx-windows-amd64.zip", + "hash": "f3c463c5ef728f48826733b6708d027fdd58550138dd633ee56d152ae689b9bb" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",