diff --git a/client/vite.config.js b/client/vite.config.js index b0d2b7d04..4be76d38b 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -5,7 +5,7 @@ import { execSync } from "child_process"; export default defineConfig(({ mode }) => { const env = loadEnv(mode, process.cwd(), ""); - let version = "3.1-beta"; + let version = "3.1"; return { base: "/",