1
0
mirror of https://github.com/beego/bee.git synced 2024-06-16 08:43:33 +00:00

change to 1.5.2

This commit is contained in:
astaxie 2016-09-22 23:12:55 +08:00
parent b368f2b16a
commit f7d2e04e07

2
bee.go
View File

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