From 1960f886e52186c6f0efe5c382e33b2132397fa9 Mon Sep 17 00:00:00 2001 From: jinnrry Date: Wed, 22 Nov 2023 19:34:10 +0800 Subject: [PATCH] =?UTF-8?q?RFC=205322=20=E6=B7=BB=E5=8A=A0MessageId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.go b/server/config/config.go index 2999610..aa9471f 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -39,7 +39,7 @@ type Config struct { //go:embed tables/* var tableConfig embed.FS -const Version = "2.3.2" +const Version = "2.3.3" const DBTypeMySQL = "mysql" const DBTypeSQLite = "sqlite"