bump version to 0.3.2

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2017-08-07 09:54:53 -07:00
parent 46cbb8745b
commit 0c86e54a92
2 changed files with 4 additions and 1 deletions
+3
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
+1 -1
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