@@ -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"