Merge pull request #131 from dlorenc/version

Bump to v0.1.0
pull/132/head v0.1.0
dlorenc 2016-05-30 09:20:58 -07:00
commit 599cf8a332
1 changed files with 1 additions and 1 deletions

View File

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