From 1d816b0677ee0bf10a2c689f7c2ef8f49f6d0eb2 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 7 Jul 2025 16:14:51 -0700 Subject: [PATCH] bump version --- client/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/vite.config.js b/client/vite.config.js index 838cc5142..44a5905c5 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -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: "/",