From aa318888d7034c4109de5bb94356e1a6f8accd1c Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Fri, 3 Jun 2016 11:09:27 -0700 Subject: [PATCH] Bump to version 0.2.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index addc4846b206..66f49afda0cd 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export GO15VENDOREXPERIMENT=1 # Bump this on release -VERSION ?= v0.1.0 +VERSION ?= v0.2.0 GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH)