Merge pull request #59 from ZhengYang/master

version++
This commit is contained in:
astaxie 2014-08-22 16:32:14 +08:00
commit d749332330
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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