Merge pull request #539 from r2d4/0.9.0

Bump minikube to v0.9.0
pull/543/head v0.9.0
dlorenc 2016-09-01 14:14:54 -07:00 committed by GitHub
commit 678e735d6c
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
export GO15VENDOREXPERIMENT=1
# Bump these on release
VERSION ?= v0.8.0
DEB_VERSION ?= 0.8-0
VERSION ?= v0.9.0
DEB_VERSION ?= 0.9-0
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)