From 4d4638fcd428ac5b27a572238964a214753aef70 Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Fri, 22 Aug 2014 16:31:07 +0800 Subject: [PATCH] version++ --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index c5cdc99..e8fc482 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "strings" ) -const version = "1.2.1" +const version = "1.2.2" type Command struct { // Run runs the command.