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

feat: 发布v2.2.16

This commit is contained in:
耗子
2024-06-25 01:01:07 +08:00
parent 924fdee7c5
commit 368e41a512

View File

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