bump version

This commit is contained in:
miloschwartz
2026-08-17 15:00:18 -04:00
parent 83cda218b7
commit 697bea814e
+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.21.1";
export const APP_VERSION = "1.22.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);