Merge pull request #263 from wenjianzhang/dev

调整sysconfig结构
This commit is contained in:
wenjianzhang
2020-10-17 17:56:20 +08:00
committed by GitHub
9 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
const (
// go-admin Version Info
Version = "1.2.0"
Version = "1.2.1"
)
var Cfg config.Conf = config.DefaultConfig()