Finish the version of tank-3.1.0.beta1

This commit is contained in:
lishuang
2020-06-21 18:12:23 +08:00
parent 7b875c81d1
commit 1f8e3cfb7a
52 changed files with 273 additions and 2846 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"
VERSION = "3.1.0.beta1"
)
type Config interface {