Update consts

This commit is contained in:
Owen
2025-12-11 16:13:33 -05:00
parent 757e540be6
commit 224b78fc64

View File

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