Skip to content

Commit 0101da7

Browse files
authored
Merge pull request #2884 from bluewave-labs/fix/bump-version
bump version
2 parents 32b54dd + 68592ac commit 0101da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { execSync } from "child_process";
55

66
export default defineConfig(({ mode }) => {
77
const env = loadEnv(mode, process.cwd(), "");
8-
let version = "3.1.3";
8+
let version = "3.1.4";
99

1010
return {
1111
base: "/",

0 commit comments

Comments
 (0)