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
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.0" const version = "1.2.1"
type Command struct { type Command struct {
// Run runs the command. // Run runs the command.