diff --git a/client/index.html b/client/index.html index cb42c83..9ab3b37 100644 --- a/client/index.html +++ b/client/index.html @@ -42,7 +42,7 @@
- +
diff --git a/client/public/version.js b/client/public/version.js index 65f6e74..82d151e 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.02.25 R246"; +window.CHGRID_WEB_VERSION = "2026.02.25 R247"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit";