Skip to content

Commit ac6c872

Browse files
authored
Merge pull request #31 from spowelljr/bumpVersion
bump version
2 parents 3f22cfa + 78713f4 commit ac6c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY?=gcr.io/k8s-minikube
2-
VERSION=v0.0.10
2+
VERSION=v0.0.11
33
GOOS?=$(shell go env GOOS)
44
GOARCH?=$(shell go env GOARCH)
55
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))

0 commit comments

Comments
 (0)