diff --git a/bucket/jx.json b/bucket/jx.json index 84d79604ca..af7ac5b87e 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.2.125", + "version": "3.2.127", "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.125/jx-windows-amd64.zip", - "hash": "b6d698b19dfdd1fce71ee8f1a12e3f7bd1c1eba5eeda9684fe3349870c4438db" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.2.127/jx-windows-amd64.zip", + "hash": "67261e478eacb15ff22e0522e855803faaef52170c57df8b08d45958299a2de4" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",