Bump template version to 8 for CSS cache bust

This commit is contained in:
2026-06-16 18:33:03 -04:00
parent 88ee1e24dc
commit 4fa49d46c1
+1 -1
View File
@@ -51,7 +51,7 @@ logger = logging.getLogger(__name__)
# ── Cache buster version (bumped on deploy) ─────────────────────────
# Increment this when template/static changes need to bypass browser cache
TEMPLATE_VERSION = "7"
TEMPLATE_VERSION = "8"
# ── Defaults ─────────────────────────────────────────────────────────────────