Release v3.1.6

This commit is contained in:
lishuang
2022-05-01 17:55:46 +08:00
parent 6becac74d0
commit f779053040
11 changed files with 11 additions and 94 deletions

View File

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