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

feat: bump v2.2.3

This commit is contained in:
耗子
2024-05-24 00:05:18 +08:00
parent 3de78c95bf
commit 96806d4e94

View File

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