From 4f901f49a6ed309345e69bd5ece5544ebf2013ee Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 1 Sep 2026 00:32:01 +0000 Subject: [PATCH] Bust cache for new version. --- bemani/frontend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemani/frontend/app.py b/bemani/frontend/app.py index 536089d..6fdd323 100644 --- a/bemani/frontend/app.py +++ b/bemani/frontend/app.py @@ -33,7 +33,7 @@ config = Config() # Allow cache-busting of entire frontend for major changes such as react upgrades. -FRONTEND_CACHE_BUST: str = "site.1.3.react.16.16" +FRONTEND_CACHE_BUST: str = "site.1.3.react.16.17" @app.before_request