1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 15:10:54 +00:00

bee 1.6.0

This commit is contained in:
astaxie 2016-12-05 23:17:15 +08:00
parent 28324a2756
commit 9786cb47ea

2
bee.go
View File

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