Skip to content

Commit

Permalink
release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdiy committed Nov 14, 2018
1 parent 9f0c488 commit 7aec02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var data = make(map[string]interface{}) //xml 对象保存
var initAfterFun []func() //xml 分析完后的回调函数

func StartCore() {
seelog.Info("version: 0.0.5")
seelog.Info("version: 0.1")
defer func() {
seelog.Flush()
if err := recover(); err != nil {
Expand Down

0 comments on commit 7aec02b

Please sign in to comment.