From 344f3dcfd60248c08c9a4429a6884d4f2b24e93f Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Fri, 15 May 2026 09:52:10 +0200 Subject: [PATCH] chore(deploy): bump version --- frontend/src/constants.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/src/constants.ts diff --git a/frontend/src/constants.ts b/frontend/src/constants.ts new file mode 100644 index 0000000..a34811c --- /dev/null +++ b/frontend/src/constants.ts @@ -0,0 +1 @@ +export const APP_VERSION = 'V1.0.1';