Files
security-alert-center/backend/app/version.py
T
PTah d95b93992d fix: parse Disc qwinsta rows so RDG flap auto-logoff works (0.5.14)
Empty SESSIONNAME broke session matching; auto-disconnect failed with 'No matching Windows session'.
2026-07-14 10:32:17 +10:00

6 lines
199 B
Python

"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
APP_NAME = "Security Alert Center"
APP_VERSION = "0.5.14"
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"