Merge pull request #5 from ncdc/cleanup

Prep for v0.3.1
This commit is contained in:
Jessica Yao
2017-08-03 11:44:35 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
# Changelog
#### v0.3.1 - 2017-08-03
* Fix Makefile VERSION
#### v0.3.0 - 2017-08-03
* Initial Release

View File

@@ -15,7 +15,7 @@
# project related vars
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
PROJECT = ark
VERSION ?= v0.3.0
VERSION ?= v0.3.1
GOTARGET = github.com/heptio/$(PROJECT)
OUTPUT_DIR = $(ROOT_DIR)/_output
BIN_DIR = $(OUTPUT_DIR)/bin