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

update fix

This commit is contained in:
astaxie
2016-01-18 11:33:52 +08:00
parent 08ff1c91ef
commit 46a9c4a390
2 changed files with 5 additions and 1 deletions

2
bee.go
View File

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