update the version to 1.1.0

This commit is contained in:
astaxie 2014-06-18 15:50:35 +08:00
parent fdade4356e
commit 3f24cc6319
2 changed files with 1 additions and 2 deletions

2
bee.go
View File

@ -25,7 +25,7 @@ import (
"strings"
)
const version = "1.0.1"
const version = "1.1.0"
type Command struct {
// Run runs the command.

View File

@ -44,7 +44,6 @@ func init() {
if err != nil {
beego.Error(err)
}
beego.Info(apilist)
beego.GlobalDocApi["Root"] = rootapi
for k, v := range apilist {
for i, a := range v.Apis {