fix: improve roster behavior with in-place rerfresh.

docs: update for 0.9.4
This commit is contained in:
serversdwn
2026-04-10 22:22:25 +00:00
parent 3e0d20d62d
commit f84d0818d2
4 changed files with 140 additions and 9 deletions

View File

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