Compare commits

..

2 Commits

Author SHA1 Message Date
Owen
5d6ee45125 Merge branch 'dev' 2025-12-11 16:49:40 -05:00
Owen
224b78fc64 Update consts 2025-12-11 16:13:33 -05:00

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