change version from 1.3 to 1.4

This commit is contained in:
astaxie 2016-01-15 23:43:37 +08:00
parent 0acdf2e816
commit 4bc70441d2
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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