diff --git a/bucket/jx.json b/bucket/jx.json index 9fb6f7ff04..dc0a6bf311 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.4.17", + "version": "3.4.19", "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.4.17/jx-windows-amd64.zip", - "hash": "0fd89fb68cd1107c7cd427901dee909b50ff8123305e749e65bcd35a8d634c40" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.4.19/jx-windows-amd64.zip", + "hash": "48c926f161ded65528ff54aa0fb41fc0c4d09f6ed3039c200e3dfa380bf89d68" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",