Skip to content

Commit

Permalink
increased release num
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Nov 10, 2023
1 parent f6e31ea commit 463f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Setting(BaseSettings):
contact_name: str = str(os.environ.get("ADMIN_NAME","Max Mustermann"))
admin_email: str = str(os.environ.get("ADMIN_MAIL","[email protected]"))
items_per_user: int = 50
version: str = str(os.environ.get("APP_VERSION","v1.1.0"))
version: str = str(os.environ.get("APP_VERSION","v1.1.1"))
config_name: str = str(os.environ.get("APP_MODE","development"))
openapi_url: str ="/api/openapi.json"
docs_url: str = "/api/docs"
Expand Down

0 comments on commit 463f8ba

Please sign in to comment.