feat: use version 4.0.0.beta1

This commit is contained in:
lishuang
2023-07-08 19:18:30 +08:00
parent 807a860d07
commit 49f44a00b2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const (
//db table's prefix. tank40_ means current version is tank:4.0.x
TABLE_PREFIX = "tank40_"
VERSION = "4.0.0.beta"
VERSION = "4.0.0.beta1"
)
type Config interface {