chore(release): app_version 1.0.2 -> 2.0.0

This commit is contained in:
Dotty Dotter 2026-05-09 22:30:27 +02:00
parent d552582a0c
commit 770d890917

View File

@ -4,7 +4,7 @@ from pathlib import Path
class Settings(BaseSettings): class Settings(BaseSettings):
app_name: str = "GWÖ-Antragsprüfer" app_name: str = "GWÖ-Antragsprüfer"
app_version: str = "1.0.2" app_version: str = "2.0.0"
prompt_version: str = "v4.1" prompt_version: str = "v4.1"
# Paths # Paths