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

feat: 发布 v2.1.43

This commit is contained in:
耗子
2024-03-21 01:05:33 +08:00
parent 082b0d2755
commit 7cb5a3db4b

View File

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