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.
1 parent 3f22cfa commit 78713f4Copy full SHA for 78713f4
Makefile
@@ -1,5 +1,5 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.0.10
+VERSION=v0.0.11
3
GOOS?=$(shell go env GOOS)
4
GOARCH?=$(shell go env GOARCH)
5
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
0 commit comments