From b8b0ff6b14f050da65c2b408261d601c3b4a45cb Mon Sep 17 00:00:00 2001 From: Moto Ishizawa Date: Wed, 25 Jan 2017 19:14:08 +0900 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4460504..1e23465 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.0.0 +VERSION=2.0.1 COMMIT=$(shell git rev-parse --verify HEAD) PACKAGES=$(shell go list ./... | grep -v /vendor/)