diff --git a/config/panel.go b/config/panel.go index 79ca80ad7e..4eca4905b2 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.13", + "version": "v2.2.14", "ssl": config.Env("APP_SSL", false), }) }