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

fix: 发布 v2.0.48

This commit is contained in:
耗子
2023-09-28 19:50:23 +08:00
parent aa0fb2afcc
commit ebcc022418

View File

@@ -8,6 +8,6 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子Linux面板",
"version": "v2.0.47",
"version": "v2.0.48",
})
}