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

update the version from 1.2.0 to 1.2.1

This commit is contained in:
astaxie 2014-08-15 09:37:55 +08:00
parent 78ba508062
commit 70886d4cfd

2
bee.go
View File

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