Add 1.18 migrations

This commit is contained in:
Owen
2026-04-21 15:35:19 -07:00
parent e1efae7426
commit 7d9a0cd0cc
5 changed files with 844 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.17.0";
export const APP_VERSION = "1.18.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);