From 70e9342c5debc35ee2182e82c8d64e71bd76b005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 4 Oct 2023 23:49:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83=20v2.0.51?= 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 1b77251d..9d7fb2ce 100644 --- a/config/panel.go +++ b/config/panel.go @@ -8,6 +8,6 @@ func init() { config := facades.Config() config.Add("panel", map[string]any{ "name": "耗子Linux面板", - "version": "v2.0.50", + "version": "v2.0.51", }) }