mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-30 21:05:12 +08:00
bump version to v0.4.13
This commit is contained in:
parent
0cdca8c43f
commit
60fd563bf1
@ -1,10 +1,11 @@
|
||||
import i18next from "i18next";
|
||||
|
||||
// fallback policy: .env > git tag > "v0.0.0-dev"
|
||||
export const APP_VERSION: string = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
|
||||
export const APP_VERSION = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
|
||||
|
||||
export const APP_REPO_URL = "https://github.com/certimate-go/certimate";
|
||||
|
||||
export const APP_DOWNLOAD_URL = APP_REPO_URL + "/releases";
|
||||
|
||||
export let APP_DOCUMENT_URL = "https://docs.certimate.me";
|
||||
|
||||
i18next.on("languageChanged", (language) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user