2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

feat: 发布v2.3.18

This commit is contained in:
耗子
2024-11-10 08:37:38 +08:00
parent 294a78cd95
commit d64f099f8e

View File

@@ -29,8 +29,9 @@ func initGlobal() {
if len(app.Key) != 32 {
log.Fatalf("app key must be 32 characters")
}
app.Root = app.Conf.MustString("app.root")
app.Version = "2.3.17"
app.Version = "2.3.18"
app.Locale = app.Conf.MustString("app.locale")
// 初始化时区