From 770d890917c369ef13faef90a59210b1aa820d9a Mon Sep 17 00:00:00 2001 From: Dotty Dotter Date: Sat, 9 May 2026 22:30:27 +0200 Subject: [PATCH] chore(release): app_version 1.0.2 -> 2.0.0 --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 7e45f43..7dc4078 100644 --- a/app/config.py +++ b/app/config.py @@ -4,7 +4,7 @@ from pathlib import Path class Settings(BaseSettings): app_name: str = "GWÖ-Antragsprüfer" - app_version: str = "1.0.2" + app_version: str = "2.0.0" prompt_version: str = "v4.1" # Paths