diff --git a/app.py b/app.py index 4454774..9979319 100644 --- a/app.py +++ b/app.py @@ -12,7 +12,7 @@ app = Flask(__name__) app.secret_key = os.environ.get('SECRET_KEY', 'dev-key') # Version der App -APP_VERSION = "1.3.10" +APP_VERSION = "1.3.11" # HTML-Template wird jetzt aus templates/index.html geladen