Merge pull request #2960 from bluewave-labs/feat/bump-version

bump version
This commit is contained in:
Alexander Holliday
2025-09-18 12:03:26 -07:00
committed by GitHub

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