chore: update to v0.12.0

This commit is contained in:
2026-05-17 23:06:10 +00:00
parent ef6484c350
commit aaf9399bb3
3 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.11.0"
VERSION = "0.12.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":