diff --git a/Makefile b/Makefile index ddfe2de347..fe49833d99 100755 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ VERSION_MAJOR ?= 1 VERSION_MINOR ?= 10 VERSION_BUILD ?= 1 -RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).0 +RAW_VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD) VERSION ?= v$(RAW_VERSION) KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/constants/constants.go | cut -d \" -f2)