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

feat: 发布v2.2.19

This commit is contained in:
耗子
2024-07-03 02:02:38 +08:00
parent 22f4cc7fcb
commit 30e78ccf46

View File

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