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