release v 3.1.3

This commit is contained in:
lishuang
2022-03-10 09:54:57 +08:00
parent 90675e3ae8
commit 329751350d
18 changed files with 45 additions and 34 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.2"
VERSION = "3.1.3"
)
type Config interface {