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 32c811e + c5c1d69 commit 40141cdCopy full SHA for 40141cd
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