Files
security-alert-center/backend/app/version.py
T
PapaTramp bf7c83c408 feat: hide event types from SAC UI via Settings checkbox (0.20.23)
Per-type «Показывать в событиях» in severity settings; filters lists, dashboard, hosts, and problems.
2026-06-21 20:13:40 +10:00

6 lines
200 B
Python

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