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

feat: 发布v2.2.21

This commit is contained in:
耗子
2024-07-12 16:51:39 +08:00
parent 2ec0d9e844
commit b56979147e

View File

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