From 425e894015ae86390a38add2a5efa83846e4ad47 Mon Sep 17 00:00:00 2001 From: JessonChan Date: Fri, 25 Mar 2016 10:37:43 +0800 Subject: [PATCH] may be a new version --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index 11f2352..ed464ad 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "strings" ) -const version = "1.4.1" +const version = "1.4.2" type Command struct { // Run runs the command.