From aa9b55d1eb9f48a5130e14ac4d67a13c2ea43c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 19 Jun 2024 02:06:58 +0800 Subject: [PATCH] feat: bump v2.2.11 --- config/panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/panel.go b/config/panel.go index 8099945910..4b7233e617 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": "耗子面板", - "version": "v2.2.10", + "version": "v2.2.11", "ssl": config.Env("APP_SSL", false), }) }