v0.11.3 - Forgot to change version number in app.py, fixed.

This commit is contained in:
Javier
2026-01-25 21:18:25 -06:00
parent 38212653f4
commit cbd7e535e6

2
app.py
View File

@@ -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