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);