From cffb3c9e908047196e40ca2eb539de217dd8012c Mon Sep 17 00:00:00 2001 From: SuperOwn Date: Fri, 6 Dec 2024 12:10:56 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SuperOwn --- orion-visor-ui/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orion-visor-ui/.env.development b/orion-visor-ui/.env.development index ff0eee49..c8e7b685 100644 --- a/orion-visor-ui/.env.development +++ b/orion-visor-ui/.env.development @@ -1,5 +1,5 @@ VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion-visor/api' VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion-visor/keep-alive' -VITE_APP_VERSION= '2.2.0' +VITE_APP_VERSION= '2.2.1' VITE_APP_RELEASE= 'community' VITE_DEMO_MODE= false