From a3ba4fff54b3fd8d4a6fd578429d90b5991ad518 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 7 Dec 2025 17:57:22 -0500 Subject: [PATCH] Bump version to 1.13.0-rc.0 --- server/lib/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/consts.ts b/server/lib/consts.ts index d93cf224..b380023e 100644 --- a/server/lib/consts.ts +++ b/server/lib/consts.ts @@ -2,7 +2,7 @@ import path from "path"; import { fileURLToPath } from "url"; // This is a placeholder value replaced by the build process -export const APP_VERSION = "1.13.0"; +export const APP_VERSION = "1.13.0-rc.0"; export const __FILENAME = fileURLToPath(import.meta.url); export const __DIRNAME = path.dirname(__FILENAME);