Release 3.1.1

This commit is contained in:
lishuang
2020-09-08 00:41:00 +08:00
parent c518c0c1e6
commit 74c11e7539
24 changed files with 46 additions and 40 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.1"
)
type Config interface {