Ready to release 3.0.0

This commit is contained in:
zicla
2019-05-23 01:45:07 +08:00
parent 7f225bb18e
commit fd5f6ca32d
9 changed files with 21 additions and 16 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.0.beta4"
VERSION = "3.0.0"
)
type Config interface {