From 78713f4225ea58209fa6faffe8675a7f7c12dd6a Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Tue, 23 Aug 2022 14:39:04 -0700 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6be815d..0d4bc28 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.10 +VERSION=v0.0.11 GOOS?=$(shell go env GOOS) GOARCH?=$(shell go env GOARCH) ARCH=$(if $(findstring amd64, $(GOARCH)),x86_64,$(GOARCH))