bump version

This commit is contained in:
Alex Holliday
2025-08-25 14:37:00 -07:00
parent b1322cbec3
commit 9a5ddb22b3

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.1";
let version = "3.1.2";
return {
base: "/",