Adjust migration

This commit is contained in:
Owen
2025-10-14 15:31:42 -07:00
parent 0f74107e86
commit ccd81f6fe2
3 changed files with 4 additions and 3 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.4";
export const APP_VERSION = "1.11.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);