We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fdbd27 + 2210cc2 commit fbb22d5Copy full SHA for fbb22d5
1 file changed
src/config/buildInfo.ts
@@ -1,5 +1,5 @@
1
export const APP_NAME = "Verahai";
2
-export const APP_VERSION = "2.0.1";
+export const APP_VERSION = "2.0.2";
3
export const GITHUB_REPO_URL = "https://github.com/phinetwork/verahai";
4
5
export const GITHUB_RELEASE_URL = (version: string): string =>
0 commit comments