bump version

This commit is contained in:
miloschwartz
2026-07-29 17:33:49 -04:00
parent 864a6a39cd
commit 9f297317f2
+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.0";
export const APP_VERSION = "1.21.1";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);