From 907f805ccacf2028c9c13f85757e584fbfd5e9e6 Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 13 Feb 2026 11:52:55 -0600 Subject: [PATCH] feat: updated to version 0.18.4 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index af4dcc3..c41e41b 100644 --- a/app.py +++ b/app.py @@ -28,7 +28,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1) # 1. Define the version -APP_VERSION = '0.18.3' +APP_VERSION = '0.18.4' # 2. Inject it into all templates automatically @app.context_processor