Adjust again for uncertian config

This commit is contained in:
Owen 2025-08-20 17:48:55 -07:00
parent 49f0f6ec7d
commit 77796e8a75
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
9 changed files with 18 additions and 13 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.8.0";
export const APP_VERSION = "1.9.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);