bump version to v0.3.19

This commit is contained in:
Fu Diwei 2025-06-22 21:09:54 +08:00
parent 34887cba7c
commit eb77ba5885

View File

@ -1,3 +1,2 @@
// .env > git tag > v0.0.0-beta
// https://vite.dev/guide/env-and-mode.html#env-variables
// fallback policy: .env > git tag > "v0.0.0-dev"
export const version = import.meta.env.VITE_APP_VERSION || __APP_VERSION__ || "v0.0.0-dev";