From 96806d4e946bd9d1824349d0aa1f0c6f0b922d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 24 May 2024 00:05:18 +0800 Subject: [PATCH] feat: bump v2.2.3 --- config/panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/panel.go b/config/panel.go index a7280206..c84fdf65 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.2.2", + "version": "v2.2.3", "ssl": config.Env("APP_SSL", false), }) }