This commit is contained in:
zicla
2019-08-13 02:49:38 +08:00
parent 6cec43bee6
commit 5cb7998f12
8 changed files with 12 additions and 7 deletions

View File

@ -12,7 +12,7 @@ const (
//db table's prefix. tank30_ means current version is tank:3.0.x
TABLE_PREFIX = "tank30_"
VERSION = "3.0.4"
VERSION = "3.0.5"
)
type Config interface {