bump version

This commit is contained in:
Milo Schwartz 2025-02-14 16:53:05 -05:00
parent d5a220a004
commit 6aa4908446
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.0.0-beta.13";
export const APP_VERSION = "1.0.0-beta.14";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);