From cba12b6b414a501ed7f4e37c386a5a0b8f5384f0 Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Fri, 3 Jun 2016 14:33:49 -0700 Subject: [PATCH] Bump the version to 0.3.0-dev. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66f49afda0..25a72e51f2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export GO15VENDOREXPERIMENT=1 # Bump this on release -VERSION ?= v0.2.0 +VERSION ?= v0.3.0-dev GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH)