add changelog date, fix version tag

Signed-off-by: Jessica Yao <jessica@heptio.com>
This commit is contained in:
Jessica Yao
2017-08-03 09:39:49 -07:00
parent 2fe501f527
commit 2e8df48770
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Changelog
#### v0.3.0 - YYYY-MM-DD
#### v0.3.0 - 2017-08-03
* Initial Release
+1 -1
View File
@@ -15,7 +15,7 @@
# project related vars
ROOT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
PROJECT = ark
VERSION ?= 0.3.0
VERSION ?= v0.3.0
GOTARGET = github.com/heptio/$(PROJECT)
OUTPUT_DIR = $(ROOT_DIR)/_output
BIN_DIR = $(OUTPUT_DIR)/bin