Skip to content

Commit c81791d

Browse files
authored
Merge pull request #46 from spowelljr/bumpVersion
Bump to v0.0.14
2 parents c9d074b + b70a47b commit c81791d

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.13
2+
VERSION=v0.0.14
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)