This commit is contained in:
jinnrry
2023-08-28 16:37:41 +08:00
parent 45af1734c6
commit f7078e7c8f
+1 -1
View File
@@ -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"