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

feat: 发布v2.2.5

This commit is contained in:
耗子
2024-06-08 19:30:30 +08:00
parent 7c58d8dcce
commit 3a70d80bb5

View File

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