Finish package shell.

This commit is contained in:
zicla
2019-05-01 21:47:21 +08:00
parent e82fee0d26
commit 2044aa1662
2 changed files with 23 additions and 26 deletions

View File

@ -15,7 +15,7 @@ const (
TABLE_PREFIX = "tank20_"
//当前版本
VERSION = "3.0.0-beta.1"
VERSION = "3.0.0.beta1"
)
type Config interface {