mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
Adjust again for uncertian config
This commit is contained in:
parent
49f0f6ec7d
commit
77796e8a75
9 changed files with 18 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue