2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 17:17:13 +08:00

feat: 发布v2.2.8

This commit is contained in:
耗子
2024-06-12 01:37:40 +08:00
parent 847fae5caa
commit ec10cd30a5

View File

@@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子面板",
"version": "v2.2.7",
"version": "v2.2.8",
"ssl": config.Env("APP_SSL", false),
})
}