change to 1.5.2

This commit is contained in:
astaxie 2016-09-22 23:12:55 +08:00
parent b368f2b16a
commit f7d2e04e07
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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