From 9a5ddb22b3bc48b2da59d6580c422ae5a9df8380 Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Mon, 25 Aug 2025 14:37:00 -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 434cc7e96..70215550e 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.1"; + let version = "3.1.2"; return { base: "/",