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

feat: 发布 v2.0.41

This commit is contained in:
耗子
2024-03-06 03:42:41 +08:00
parent 5dcfe4126c
commit 95a90db230

View File

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