From eb77ba58857b7dbd64a6f23b056df594c2e8b0dc Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sun, 22 Jun 2025 21:09:54 +0800 Subject: [PATCH] bump version to v0.3.19 --- ui/src/domain/version.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/domain/version.ts b/ui/src/domain/version.ts index a46438d0..19cfffa0 100644 --- a/ui/src/domain/version.ts +++ b/ui/src/domain/version.ts @@ -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";