v0.7.1 - Add out for call status, starting to work on reservation mode, fixed a big brain fart too.

This commit is contained in:
serversdwn
2026-03-12 22:38:22 +00:00
parent 66eddd6fe2
commit 5a5426cceb
2 changed files with 22 additions and 1 deletions

View File

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