From 9786cb47ea1caa3f2bc150d8e7ebebdc83ee9c80 Mon Sep 17 00:00:00 2001 From: astaxie Date: Mon, 5 Dec 2016 23:17:15 +0800 Subject: [PATCH] bee 1.6.0 --- bee.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.go b/bee.go index 397ce9d..22e13b0 100644 --- a/bee.go +++ b/bee.go @@ -25,7 +25,7 @@ import ( "text/template" ) -const version = "1.5.2" +const version = "1.6.0" // Command is the unit of execution type Command struct {