From b16456fc1b19daf27379dca41b539b57fd0f9612 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 9 Jun 2026 09:26:39 +1000 Subject: [PATCH] fix(server): bump hardcoded /health VERSION to 2.5.0 (deploy gate) Co-Authored-By: Claude Opus 4.8 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 3da3232..1c1fa28 100644 --- a/server.js +++ b/server.js @@ -15,7 +15,7 @@ import { mcpAuth } from './lib/api/middleware/mcp_auth.js'; import { handleMcp } from './lib/mcp/http.js'; import httpProxy from 'http-proxy'; -const VERSION = '2.4.0'; +const VERSION = '2.5.0'; // Proxy /terminal (+ its WebSocket) to ttyd on CT 300, so the embedded terminal // works whether the Void is reached via Traefik (void2-app.hynesy.com) OR the