Merge pull request #1624 from r2d4/0.20-fix

Cut 0.20.0 Release
pull/1625/head v0.20.0
Matt Rickard 2017-06-21 13:09:26 -07:00 committed by GitHub
commit 76c23a605c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 20
VERSION_BUILD ?= 1
VERSION_BUILD ?= 0
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
DEB_VERSION ?= $(VERSION_MAJOR).$(VERSION_MINOR)-$(VERSION_BUILD)
INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1)