Skip to content

Commit

Permalink
Merge pull request #46 from spowelljr/bumpVersion
Browse files Browse the repository at this point in the history
Bump to v0.0.14
  • Loading branch information
spowelljr committed Mar 9, 2023
2 parents c9d074b + b70a47b commit c81791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REGISTRY?=gcr.io/k8s-minikube
VERSION=v0.0.13
VERSION=v0.0.14
GOOS?=$(shell go env GOOS)
GOARCH?=$(shell go env GOARCH)
ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))
Expand Down

0 comments on commit c81791d

Please sign in to comment.