Merge pull request #166 from dlorenc/bump

Bump the version to 0.3.0-dev.
pull/167/head
Lucas Käldström 2016-06-04 00:36:08 +03:00
commit 354a8cdb75
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
export GO15VENDOREXPERIMENT=1 export GO15VENDOREXPERIMENT=1
# Bump this on release # Bump this on release
VERSION ?= v0.2.0 VERSION ?= v0.3.0-dev
GOOS ?= $(shell go env GOOS) GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH) GOARCH ?= $(shell go env GOARCH)