Ready to release v3.1.5

This commit is contained in:
lishuang
2022-03-21 15:30:09 +08:00
parent d0a2774f65
commit 4fd7e89ff8
11 changed files with 21 additions and 13 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.4"
VERSION = "3.1.5"
)
type Config interface {