Version correctly

This commit is contained in:
Owen
2025-09-21 20:48:13 -04:00
parent dadd1e3101
commit 0da95cbdb8
6 changed files with 75 additions and 51 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.10.1";
export const APP_VERSION = "1.10.2";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);