Merge pull request #13 from skriss/version-0.3.2

bump version to 0.3.2
This commit is contained in:
Andy Goldstein
2017-08-07 13:30:48 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
#### v0.3.2 - 2017-08-07
* Add client-go auth provider plugins for Azure, GCP, OIDC
#### v0.3.1 - 2017-08-03
* Fix Makefile VERSION

View File

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