Release Beta4.

This commit is contained in:
zicla
2019-05-20 03:12:42 +08:00
parent b7a81e0dce
commit cf847d44d7
43 changed files with 173 additions and 119 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.beta3"
VERSION = "3.0.0.beta4"
)
type Config interface {