From 54537ee8eeec22523b4497f2c9f1ba8b832b44a1 Mon Sep 17 00:00:00 2001 From: astaxie Date: Tue, 20 Dec 2016 16:54:03 +0800 Subject: [PATCH] fix the generate --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index b389277..9c0163c 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "text/template" ) -const version = "1.6.1" +const version = "1.6.2" // Command is the unit of execution type Command struct {