1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 10:10:53 +00:00

change the version to 1.3.0

This commit is contained in:
astaxie 2015-05-09 15:07:26 +08:00
parent d5ba3ff52f
commit 1aa857a9ea

2
bee.go
View File

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