docs: updates to 0.9.2

This commit is contained in:
2026-03-27 17:01:43 +00:00
parent d135727ebd
commit 3c4b81cf78
3 changed files with 23 additions and 3 deletions

View File

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