1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

application version

This commit is contained in:
Kyle Spearrin
2018-06-11 09:31:11 -04:00
parent 5d8e32222a
commit cfc3fae67c
5 changed files with 26 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
}
getApplicationVersion(): string {
return '1.2.3';
return process.env.APPLICATION_VERSION || '-';
}
supportsU2f(win: Window): boolean {