Update version to 0.9.0 with Job Planner

This commit is contained in:
2026-03-20 04:48:22 +00:00
parent bc02dc9564
commit 8694282dd0
3 changed files with 45 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.8.0"
VERSION = "0.9.0"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":