diff --git a/bucket/jx.json b/bucket/jx.json index ad06cf6611..411d278c7f 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.172", + "version": "3.2.174", "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.172/jx-windows-amd64.zip", - "hash": "cd936bf5c0f3e52ea5e24c2a19f70a2fb05022eab36604baa3d193aa666517f5" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.174/jx-windows-amd64.zip", + "hash": "5a32439d2d471cb72f4eb57321b951078971fbdb3134b5ef68865fbd2dc1ae3d" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",