doc: update to 0.9.3

This commit is contained in:
2026-03-28 01:53:13 +00:00
parent e7bd09418b
commit 184f0ddd13
3 changed files with 29 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.9.2"
VERSION = "0.9.3"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":