Skip to content

Commit

Permalink
feat: 发布v2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Nov 10, 2024
1 parent 294a78c commit d64f099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/bootstrap/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

// 初始化时区
Expand Down

0 comments on commit d64f099

Please sign in to comment.