bump version

This commit is contained in:
miloschwartz 2025-05-10 11:28:22 -04:00
parent 492669f68a
commit d9eccd6c13
No known key found for this signature in database

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.3.0";
export const APP_VERSION = "1.3.2";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);