From b70a47bfcb3ac1baa16a4b093e5ca85a79a52b59 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 9 Mar 2023 11:22:07 -0800 Subject: [PATCH] bump to v0.0.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1062e29..03b14a1 100644 --- a/Makefile +++ b/Makefile @@ -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))