From c195e3e4e665fb853d3c808d7d60a7d66703fe4a Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 16 Apr 2018 16:48:14 +0800 Subject: [PATCH] update version to 1.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20bb80ffc..b433acd94 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # along with the go-nebulas library. If not, see . # -VERSION?=0.7.0 +VERSION?=1.0.1 COMMIT=$(shell git rev-parse HEAD) BRANCH=$(shell git rev-parse --abbrev-ref HEAD)