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

may be a new version

This commit is contained in:
JessonChan
2016-03-25 10:37:43 +08:00
parent e0291dfb49
commit 425e894015

2
bee.go
View File

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