From 0611f8de6c6476289f6210c3b0ab6c56ace7f411 Mon Sep 17 00:00:00 2001 From: RockYang Date: Sun, 23 Jun 2024 17:54:42 +0800 Subject: [PATCH] update version --- web/.env.development | 2 +- web/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.development b/web/.env.development index 52e013d9..ec9467e1 100644 --- a/web/.env.development +++ b/web/.env.development @@ -6,4 +6,4 @@ VUE_APP_ADMIN_USER=admin VUE_APP_ADMIN_PASS=admin123 VUE_APP_KEY_PREFIX=ChatPLUS_DEV_ VUE_APP_TITLE="Geek-AI 创作系统" -VUE_APP_VERSION=v4.0.8 +VUE_APP_VERSION=v4.0.9 diff --git a/web/.env.production b/web/.env.production index 3f594239..74545d1d 100644 --- a/web/.env.production +++ b/web/.env.production @@ -2,4 +2,4 @@ VUE_APP_API_HOST= VUE_APP_WS_HOST= VUE_APP_KEY_PREFIX=ChatPLUS_ VUE_APP_TITLE="Geek-AI 创作系统" -VUE_APP_VERSION=v4.0.8 +VUE_APP_VERSION=v4.0.9