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

feat: release v2.0.20

This commit is contained in:
耗子
2023-07-27 00:57:58 +08:00
parent 2ed5c36890
commit 0c6354fc6e

View File

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