bump version and add 1.23 migrations

This commit is contained in:
miloschwartz
2026-09-14 17:18:31 -04:00
parent d23028d38e
commit 8f1344a665
5 changed files with 78 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.22.0";
export const APP_VERSION = "1.23.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);