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

feat: 发布v2.2.7

This commit is contained in:
耗子
2024-06-11 03:19:32 +08:00
parent f7e67c3797
commit baf90c0602

View File

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