2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 23:37:23 +08:00

feat: release v2.0.18

This commit is contained in:
耗子
2023-07-26 02:19:20 +08:00
parent 65a46796ea
commit c55ef5c1f2

View File

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