jinnrry 2 năm trước cách đây
mục cha
commit
f7078e7c8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/config/config.go

+ 1 - 1
server/config/config.go

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