chore: bump SAC to 0.5.18 after WinRM log title fix

Remote already used 0.5.17 for per-host credentials.
This commit is contained in:
PTah
2026-07-14 10:30:13 +10:00
parent f40aa538b0
commit f1e26552d2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/** Fallback до загрузки /health; при релизе держите в sync с backend/app/version.py */
export const APP_NAME = "Security Alert Center";
export const APP_VERSION = "0.5.17";
export const APP_VERSION = "0.5.18";
export const APP_VERSION_LABEL = `${APP_NAME} v.${APP_VERSION}`;