From 3bba16eabb309066b9c8579ce95a07f1978cbf7d Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Thu, 20 Aug 2026 23:48:22 +0000 Subject: [PATCH] Bump cache bust value for new react. --- 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 f326259..d0a9dcb 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.15" +FRONTEND_CACHE_BUST: str = "site.1.3.react.16.16" @app.before_request