From 224b78fc64bb782adc003219790ccb2967d85a89 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 11 Dec 2025 16:13:33 -0500 Subject: [PATCH] Update consts --- server/lib/consts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/lib/consts.ts b/server/lib/consts.ts index 57149bf6..d93cf224 100644 --- a/server/lib/consts.ts +++ b/server/lib/consts.ts @@ -2,7 +2,6 @@ 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-rc.0"; export const APP_VERSION = "1.13.0"; export const __FILENAME = fileURLToPath(import.meta.url);