We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9d074b + b70a47b commit c81791dCopy full SHA for c81791d
Makefile
@@ -1,5 +1,5 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.0.13
+VERSION=v0.0.14
3
GOOS?=$(shell go env GOOS)
4
GOARCH?=$(shell go env GOARCH)
5
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
0 commit comments