Bump version to 1.13.0-rc.0

This commit is contained in:
Owen
2025-12-07 17:57:22 -05:00
parent eecfcd640c
commit a3ba4fff54

View File

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