This commit is contained in:
Alex Holliday
2025-08-20 14:09:41 -07:00
parent f15c8188b9
commit c5c1d6903e

View File

@@ -5,7 +5,7 @@ import { execSync } from "child_process";
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd(), "");
let version = "3.2-beta";
let version = "3.1";
return {
base: "/",