d47131cd9f
Poll remote update_script.log while SSH update runs; skip lifecycle notify when host agent_update_state is running (SAC v0.5.1).
6 lines
198 B
Python
6 lines
198 B
Python
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
|
|
|
|
APP_NAME = "Security Alert Center"
|
|
APP_VERSION = "0.5.1"
|
|
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"
|