Skip to content

Commit 60fd563

Browse files
committed
bump version to v0.4.13
1 parent 0cdca8c commit 60fd563

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ui/src/domain/app.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import i18next from "i18next";
22

3-
// fallback policy: .env > git tag > "v0.0.0-dev"
4-
export const APP_VERSION: string = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
3+
export const APP_VERSION = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
54

65
export const APP_REPO_URL = "https://github.com/certimate-go/certimate";
6+
77
export const APP_DOWNLOAD_URL = APP_REPO_URL + "/releases";
8+
89
export let APP_DOCUMENT_URL = "https://docs.certimate.me";
910

1011
i18next.on("languageChanged", (language) => {

0 commit comments

Comments
 (0)