From 1aa857a9ea08eb18e957b166c6bb3c9defd7891a Mon Sep 17 00:00:00 2001 From: astaxie Date: Sat, 9 May 2015 15:07:26 +0800 Subject: [PATCH] change the version to 1.3.0 --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index 3e9690c..6f4b4f6 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "strings" ) -const version = "1.2.4" +const version = "1.3.0" type Command struct { // Run runs the command.