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