2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

feat: release v2.0.15

This commit is contained in:
耗子
2023-07-25 03:27:18 +08:00
parent 826b7f65f8
commit fe0fe810ab

View File

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