bump: v0.2.1 → v0.2.2

This commit is contained in:
2026-07-31 22:16:47 +04:00
parent 944238d224
commit 9647afcfa2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from config.loader import SERVICES, DELAY
from utils.now import now as _now
# Версия — показывается на HTML-странице и в healthcheck (опционально)
VERSION = "0.2.1"
VERSION = "0.2.2"
# Blueprint без префикса — роуты /health и / будут на корне домена
bp = Blueprint("root", __name__)