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

feat: 发布v2.2.18

This commit is contained in:
耗子
2024-06-28 02:53:45 +08:00
parent 4d76e9286d
commit 98431fb4b2

View File

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