Make work for demo

This commit is contained in:
Owen
2026-03-29 22:02:19 -07:00
parent b01d266629
commit 6484e8e302
7 changed files with 13 additions and 7 deletions

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