jinnrry 2 年之前
父節點
當前提交
7848e7c8f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/config/config.go

+ 1 - 1
server/config/config.go

@@ -39,7 +39,7 @@ type Config struct {
 //go:embed tables/*
 var tableConfig embed.FS
 
-const Version = "2.3.3"
+const Version = "2.3.4"
 
 const DBTypeMySQL = "mysql"
 const DBTypeSQLite = "sqlite"