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.
2 parents 082d44c + 40141cd commit 35b10b0Copy full SHA for 35b10b0
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.1-beta";
+ let version = "3.1";
9
10
return {
11
base: "/",
0 commit comments