update version number to 1.3

This commit is contained in:
ZhengYang 2014-08-01 16:01:04 +08:00
parent 8e56c8528f
commit 6894c9bc55
1 changed files with 1 additions and 1 deletions

2
bee.go
View File

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