diff --git a/bucket/jx.json b/bucket/jx.json index 7cc95361a3..61d300a24e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.100", + "version": "3.2.103", "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.100/jx-windows-amd64.zip", - "hash": "2225c66f3becdf5a1cc72156129994c87f99619df2a753f5debd89393623741c" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.103/jx-windows-amd64.zip", + "hash": "e940fc6741cf32b0971126b331b2fa923f296432970fb1e60532c31e3d09bc12" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",