This commit is contained in:
jinnrry 2023-11-23 14:19:23 +08:00
parent 164c900736
commit 7848e7c8f6

View File

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