From c8e237c3c5c9ddfedbb88aee7e41690e8270d8d2 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 22 Mar 2017 21:43:47 -0600 Subject: [PATCH] Bump version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5aa6447..3ffda80 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.1 +VERSION=2.0.0 LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" .PHONY: build