diff --git a/client/vite.config.js b/client/vite.config.js index 158dc5e4e..07b5de748 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.8"; + let version = "3.2.0"; return { base: "/",