From 7f0b7b349a2ab74096157d3b38076d73cd5c24fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 6 Mar 2024 02:22:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83=20v2.1.39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/panel.go b/config/panel.go index a2bbb186..9a090be1 100644 --- a/config/panel.go +++ b/config/panel.go @@ -8,7 +8,7 @@ func init() { config := facades.Config() config.Add("panel", map[string]any{ "name": "耗子 Linux 面板", - "version": "v2.1.38", + "version": "v2.1.39", "ssl": config.Env("APP_SSL", false), }) }