Release 3.1.2

This commit is contained in:
lishuang
2021-01-02 23:17:51 +08:00
parent 07ed4f7922
commit 6020915993
22 changed files with 52 additions and 42 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.1"
VERSION = "3.1.2"
)
type Config interface {