1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

bee 1.1.2

This commit is contained in:
astaxie
2014-06-24 12:06:45 +08:00
parent 5493f00cd0
commit aa92fc4854
2 changed files with 14 additions and 7 deletions

2
bee.go
View File

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