Skip to content

Commit

Permalink
Merge pull request #1624 from r2d4/0.20-fix
Browse files Browse the repository at this point in the history
Cut 0.20.0 Release
  • Loading branch information
r2d4 authored Jun 21, 2017
2 parents 91d87ec + 5a9b4ab commit 76c23a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 76c23a6

Please sign in to comment.