From 6894c9bc553e14dbff2b04849b20cea373fe74bc Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Fri, 1 Aug 2014 16:01:04 +0800 Subject: [PATCH] update version number to 1.3 --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index bac171a..6055701 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "strings" ) -const version = "1.1.2" +const version = "1.1.3" type Command struct { // Run runs the command.