From 6937473d0a291d6d3ece4e590a31c581eb944c29 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Sat, 15 Oct 2022 22:10:30 +0000 Subject: [PATCH] Bump cachebuster for frontend functionality change. --- 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 c7d4bcf..321db4a 100644 --- a/bemani/frontend/app.py +++ b/bemani/frontend/app.py @@ -32,7 +32,7 @@ config = Config() # Allow cache-busting of entire frontend for major changes such as react upgrades. -FRONTEND_CACHE_BUST: str = "site.1.0.react.16.14" +FRONTEND_CACHE_BUST: str = "site.1.1.react.16.14" @app.before_request