diff --git a/app.py b/app.py index 2cd885d..26adfe7 100644 --- a/app.py +++ b/app.py @@ -36,7 +36,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1) # 1. Define the version -APP_VERSION = '0.11.1' +APP_VERSION = '0.11.3' # 2. Inject it into all templates automatically @app.context_processor