From 8eed14a8514654e88c7eb8badc8611df47f62cd2 Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 6 Mar 2017 21:33:19 +0800 Subject: [PATCH] bee 1.8.0 --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index 268166e..690bc07 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "text/template" ) -const version = "1.6.2" +const version = "1.8.0" // Command is the unit of execution type Command struct {