We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15c818 commit c5c1d69Copy full SHA for c5c1d69
client/vite.config.js
@@ -5,7 +5,7 @@ import { execSync } from "child_process";
5
6
export default defineConfig(({ mode }) => {
7
const env = loadEnv(mode, process.cwd(), "");
8
- let version = "3.2-beta";
+ let version = "3.1";
9
10
return {
11
base: "/",
0 commit comments