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 32b54dd + 68592ac commit 0101da7Copy full SHA for 0101da7
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.3";
+ let version = "3.1.4";
9
10
return {
11
base: "/",
0 commit comments