From 7a9a28f2745a0b2f42d2053859a9b67a80dde854 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 22 Jan 2021 10:58:39 -0800 Subject: [PATCH] update minikube version in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f61a0dbc28..aef25d68b2 100644 --- a/Makefile +++ b/Makefile @@ -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)