From 06b539691753f8fe3c637e5beb142099c17022db Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Tue, 8 Sep 2020 10:41:58 -0700 Subject: [PATCH] bump version to 0.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc6354b..1201703 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.1 +VERSION=v0.0.2 build: CGO_ENABLED=0 GOOS=linux go build -o out/gcp-auth-webhook -ldflags=$(PROVISIONER_LDFLAGS) server.go