From 40a57792ffa9ce2690491ae680700d9aced7f8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 29 Nov 2024 02:39:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83v2.3.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/bootstrap/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bootstrap/conf.go b/internal/bootstrap/conf.go index 5516283e..f8ee98e3 100644 --- a/internal/bootstrap/conf.go +++ b/internal/bootstrap/conf.go @@ -31,7 +31,7 @@ func initGlobal() { } app.Root = app.Conf.MustString("app.root") - app.Version = "2.3.21" + app.Version = "2.3.22" app.Locale = app.Conf.MustString("app.locale") // 初始化时区