bump version to v0.4.13

This commit is contained in:
Fu Diwei 2026-01-06 21:49:07 +08:00
parent 0cdca8c43f
commit 60fd563bf1

View File

@ -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) => {