bump version

This commit is contained in:
Alex Holliday
2025-07-07 16:14:51 -07:00
parent 9b413f25fb
commit 1d816b0677
+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 = 2.2;
let version = 2.3;
return {
base: "/",