From f15c8188b91402c489fad554452603ae66c9db5c Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 20 Aug 2025 14:07:30 -0700 Subject: [PATCH 1/2] bump again --- 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 b0d2b7d04..b2b581473 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 = "3.1-beta"; + let version = "3.2-beta"; return { base: "/", From c5c1d6903ee6ee4a6269b6d091df28e8a2af8d5f Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 20 Aug 2025 14:09:41 -0700 Subject: [PATCH 2/2] 3.1 --- 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 b2b581473..4be76d38b 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 = "3.2-beta"; + let version = "3.1"; return { base: "/",