Ready to release 3.0.3

This commit is contained in:
zicla
2019-05-31 03:08:24 +08:00
parent bc7c720218
commit 53d1ac1d4a
10 changed files with 28 additions and 23 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.2"
VERSION = "3.0.3"
)
type Config interface {