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

update the version to 1.1.0

This commit is contained in:
astaxie
2014-06-18 15:50:35 +08:00
parent fdade4356e
commit 3f24cc6319
2 changed files with 1 additions and 2 deletions

2
bee.go
View File

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