update to 1.5.1

This commit is contained in:
astaxie 2016-08-30 00:18:17 +08:00
parent eb64d25e4a
commit f453885864
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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