update minikube version in makefile

pull/10220/head
Medya Gh 2021-01-22 10:58:39 -08:00
parent 27841d14f3
commit 7a9a28f274
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# Bump these on release - and please check ISO_VERSION for correctness.
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 16
VERSION_MINOR ?= 17
VERSION_BUILD ?= 0
RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
VERSION ?= v$(RAW_VERSION)