1
0
mirror of https://github.com/beego/bee.git synced 2024-06-15 07:03:32 +00:00
This commit is contained in:
astaxie 2016-12-13 05:04:37 +08:00
parent 4e532f49f6
commit 2ccbbb47e4

2
bee.go
View File

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