1
0
mirror of https://github.com/beego/bee.git synced 2024-06-01 14:23:28 +00:00

fix the generate

This commit is contained in:
astaxie 2016-12-20 16:54:03 +08:00
parent ea51b6e831
commit 54537ee8ee

2
bee.go
View File

@ -25,7 +25,7 @@ import (
"text/template"
)
const version = "1.6.1"
const version = "1.6.2"
// Command is the unit of execution
type Command struct {