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

bump version
This commit is contained in:
Alexander Holliday
2025-08-25 14:37:21 -07:00
committed by GitHub
+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.1";
let version = "3.1.2";
return {
base: "/",