diff --git a/bucket/jx.json b/bucket/jx.json index dc9679ca2d..960352333b 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.100", + "version": "3.10.101", "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.10.100/jx-windows-amd64.zip", - "hash": "8fbb23d97fa8b94f8a4e0a6f573895562c4ce21684ceacb46c223c06a9cbcb70" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.101/jx-windows-amd64.zip", + "hash": "35647aa1b4fc80fb614ffd658bbfd718f30299b4f3c5372af50f428dc9cc383e" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.100/jx-windows-arm64.zip", - "hash": "85831f5655235dafab6706c2f36c1f5cbf2b6c4dd6ce7b25cefa570e707c4683" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.101/jx-windows-arm64.zip", + "hash": "16e2ca6903b0050797c66d8d896bb61589701824f841d86bafb1514e2d310979" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",