From ea115152465d03cee32c7161e2a4ebaabd292478 Mon Sep 17 00:00:00 2001 From: Christopher Roberts Date: Thu, 3 Aug 2023 15:19:39 -0500 Subject: [PATCH] update to v1.0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b833752..bd118f2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test GOVET=$(GOCMD) vet BINARY_NAME=pure-fb-om-exporter MODULE_NAME=purestorage/fb-openmetrics-exporter -VERSION?=1.0.4 +VERSION?=1.0.5 SERVICE_PORT?=9491 DOCKER_REGISTRY?= quay.io/purestorage/ EXPORT_RESULT?=false # for CI please set EXPORT_RESULT to true