Skip to content

Commit

Permalink
feat: 发布v2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Nov 2, 2024
1 parent 567f3ab commit c25c78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bootstrap/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func initConf() {

func initGlobal() {
app.Root = app.Conf.MustString("app.root")
app.Version = "2.3.16"
app.Version = "2.3.17"
app.Locale = app.Conf.MustString("app.locale")

// 初始化时区
Expand Down

0 comments on commit c25c78b

Please sign in to comment.