From 70886d4cfda073a409b319c79b3fb52ac036e720 Mon Sep 17 00:00:00 2001 From: astaxie Date: Fri, 15 Aug 2014 09:37:55 +0800 Subject: [PATCH] update the version from 1.2.0 to 1.2.1 --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index 2e8770c..3118ac3 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "strings" ) -const version = "1.2.0" +const version = "1.2.1" type Command struct { // Run runs the command.