From 0a414a0904605a7cb13fc1386e429083c73b82d0 Mon Sep 17 00:00:00 2001 From: PTah Date: Wed, 10 Jun 2026 17:37:09 +1000 Subject: [PATCH] chore: sync frontend version label to 0.9.3 Co-authored-by: Cursor --- frontend/src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/version.ts b/frontend/src/version.ts index f0d9903..76f7eda 100644 --- a/frontend/src/version.ts +++ b/frontend/src/version.ts @@ -1,3 +1,3 @@ export const APP_NAME = "Security Alert Center"; -export const APP_VERSION = "0.9.0"; +export const APP_VERSION = "0.9.3"; export const APP_VERSION_LABEL = `${APP_NAME} v.${APP_VERSION}`;