change the version to 1.3.0

This commit is contained in:
astaxie 2015-05-09 15:07:26 +08:00
parent d5ba3ff52f
commit 1aa857a9ea
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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