Files
security-alert-center/backend/app/version.py
T
PapaTramp c222dd7d41 fix: SSH update log modal shows completion and full tail (v0.5.6)
Fetch final update_script.log tail after agent-update, update title/message on success, show log by default; auto-close after 30s unchanged.
2026-07-08 14:26:28 +10:00

6 lines
198 B
Python

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