From ffba9530c8b4805f2f4cc4d056c0d9cdfbdd667f Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sun, 8 Mar 2026 20:24:51 -0400 Subject: [PATCH] Bump client version for controller extraction --- client/public/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/version.js b/client/public/version.js index ea3952f..19394f3 100644 --- a/client/public/version.js +++ b/client/public/version.js @@ -1,5 +1,5 @@ // Maintainer-controlled web client version. // Format: YYYY.MM.DD Rn (example: 2026.02.20 R2) -window.CHGRID_WEB_VERSION = "2026.03.08 R338"; +window.CHGRID_WEB_VERSION = "2026.03.08 R339"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit";