version++

This commit is contained in:
ZhengYang 2014-08-22 16:31:07 +08:00
parent 18e7fdb02d
commit 4d4638fcd4
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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