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 3d82287 commit 6773085Copy full SHA for 6773085
Makefile
@@ -1,5 +1,5 @@
1
REGISTRY?=gcr.io/k8s-minikube
2
-VERSION=v0.0.12
+VERSION=v0.0.13
3
GOOS?=$(shell go env GOOS)
4
GOARCH?=$(shell go env GOARCH)
5
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
0 commit comments