Release 3.0.6

This commit is contained in:
zicla
2019-10-13 16:37:20 +08:00
parent 437e2c602a
commit 8686551e71
14 changed files with 32 additions and 26 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.5"
VERSION = "3.0.6"
)
type Config interface {