Update placeholder

This commit is contained in:
Owen 2025-06-04 17:27:10 -04:00
parent 54aa3ce7d8
commit 96b451843c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

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