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

feat: 更新版本号

This commit is contained in:
耗子
2023-07-24 21:25:05 +08:00
parent a15ee96156
commit d9b4162e63

View File

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