Add migrations for 1.10.0

This commit is contained in:
Owen
2025-09-10 17:15:54 -07:00
parent bedc5adb75
commit fb26dfad65
5 changed files with 170 additions and 2 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.9.0";
export const APP_VERSION = "1.10.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);