From f0e061bc1e043f640de5bc89aab2cd986c74c98e Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 8 Jul 2017 13:05:11 -0600 Subject: [PATCH] v0.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6ce45d..5756290 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.1.0 -GOLDFLAGS="-X main.version $(VERSION)" +VERSION=0.2.0 +GOLDFLAGS="-X main.version=$(VERSION)" default: