Gets the formatted application version with a 'v' prefix.

export const getFormattedAppVersion = (): string => {
return `v${getAppVersion()}`;
};