From 465f2b62cbe5d69043de4b4abf61c4504395178b Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Mon, 31 Aug 2020 10:32:50 -0700 Subject: [PATCH] revert to original version, bump version in separate PR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1201703..cc6354b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.2 +VERSION=v0.0.1 build: CGO_ENABLED=0 GOOS=linux go build -o out/gcp-auth-webhook -ldflags=$(PROVISIONER_LDFLAGS) server.go