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

feat: 发布 v2.1.32

This commit is contained in:
耗子
2023-12-22 18:02:45 +08:00
parent cf4bc94e6d
commit 07b0c7a010

View File

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