// Single source of truth for the app version displayed in Settings // Update this when bumping app version export const APP_VERSION = '1.4.4'; export function getDisplayedAppVersion(): string { return APP_VERSION; }