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

update version number to 1.3

This commit is contained in:
ZhengYang 2014-08-01 16:01:04 +08:00
parent 8e56c8528f
commit 6894c9bc55

2
bee.go
View File

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