1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 08:00: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"
)
const version = "1.4.1"
const version = "1.4.2"
type Command struct {
// Run runs the command.