Release 3.1.4

This commit is contained in:
lishuang
2022-03-20 16:16:15 +08:00
parent c6a5db7740
commit c6836f3654
36 changed files with 72 additions and 68 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.3"
VERSION = "3.1.4"
)
type Config interface {