add 1.21 migrations

This commit is contained in:
miloschwartz
2026-07-17 15:58:13 -04:00
parent 02d2e09709
commit eb3a3eac98
5 changed files with 110 additions and 3 deletions
+1 -1
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.20.0";
export const APP_VERSION = "1.21.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);