bump version

This commit is contained in:
Alex Holliday
2025-08-30 16:22:16 -07:00
parent f8a0741e6c
commit 68592acd39
+1 -1
View File
@@ -5,7 +5,7 @@ import { execSync } from "child_process";
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), "");
let version = "3.1.3";
let version = "3.1.4";
return {
base: "/",