chore(release): app_version 1.0.2 -> 2.0.0
This commit is contained in:
parent
d552582a0c
commit
770d890917
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user