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

fix: 更新版本号

This commit is contained in:
耗子
2023-10-25 21:44:05 +08:00
parent 5b83a2c067
commit b00ae6f008

View File

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