mirror of
https://github.com/arkorty/Expensso.git
synced 2026-03-17 16:41:43 +00:00
4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
export const APP_VERSION = '0.1.4';
|
|
export const APP_BUILD_NUMBER = 1;
|
|
export const APP_VERSION_LABEL = `${APP_VERSION} (${APP_BUILD_NUMBER})`;
|