1
0
mirror of https://github.com/beego/bee.git synced 2024-10-31 18:50:54 +00:00

Merge pull request #59 from ZhengYang/master

version++
This commit is contained in:
astaxie 2014-08-22 16:32:14 +08:00
commit d749332330

2
bee.go
View File

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