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