From 2cb3ddfa3525c7dbe455a53952e0cfab39f153d0 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 19 Mar 2021 14:42:47 -0700 Subject: [PATCH] Bump version to v0.0.5 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab2f72a..2cea246 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ REGISTRY?=gcr.io/k8s-minikube -VERSION=v0.0.5-snapshot +VERSION=v0.0.5 GOOS?=$(shell go env GOOS) build: ## Build the gcp-auth-webhook binary @@ -13,4 +13,4 @@ image: ## Create and push multiarch manifest and images .PHONY: local-image local-image: build - docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out \ No newline at end of file + docker build -t local/gcp-auth-webhook:$(VERSION) -f Dockerfile ./out