3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export const APP_VERSION = __APP_VERSION__;
|
|
export const APP_VERSION_LABEL = `v${APP_VERSION}`;
|