Minor fixes to rc

This commit is contained in:
Owen
2025-10-30 11:42:31 -07:00
parent 318046ce1d
commit 4d7e2d5840
4 changed files with 5 additions and 5 deletions

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.12.0";
export const APP_VERSION = "1.12.0-rc.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);