Skip to content

Commit

Permalink
bump iso to 1.12.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jul 1, 2020
1 parent f480dc4 commit 6e703be
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 @@ -23,7 +23,7 @@ KUBERNETES_VERSION ?= $(shell egrep "DefaultKubernetesVersion =" pkg/minikube/co
KIC_VERSION ?= $(shell egrep "Version =" pkg/drivers/kic/types.go | cut -d \" -f2)

# Default to .0 for higher cache hit rates, as build increments typically don't require new ISO versions
ISO_VERSION ?= v1.11.0
ISO_VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).0-beta.1
# Dashes are valid in semver, but not Linux packaging. Use ~ to delimit alpha/beta
DEB_VERSION ?= $(subst -,~,$(RAW_VERSION))
RPM_VERSION ?= $(DEB_VERSION)
Expand Down

0 comments on commit 6e703be

Please sign in to comment.