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

chore: 发布v2.2.10

This commit is contained in:
耗子
2024-06-19 01:18:38 +08:00
parent 5c0bc8a1b7
commit 59bfed66dc
3 changed files with 2 additions and 3 deletions

View File

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