Ready to release 3.1.0

This commit is contained in:
lishuang
2020-07-12 00:14:22 +08:00
parent c5111929a3
commit 988d2caced
5 changed files with 7 additions and 15 deletions

View File

@ -12,7 +12,7 @@ const (
//db table's prefix. tank31_ means current version is tank:3.1.x
TABLE_PREFIX = "tank31_"
VERSION = "3.1.0.beta1"
VERSION = "3.1.0"
)
type Config interface {