From 8d93f05ec813786cf0b5a346a515fcef409cdfb9 Mon Sep 17 00:00:00 2001 From: Jerry Belmonte Date: Fri, 1 Sep 2023 10:07:52 -0700 Subject: [PATCH] bump version to 1.0.8 (#43) Co-authored-by: Yuqi Jin --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6585f43..cb2d8aa 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,9 @@ BINARY_WINDOWS=$(TARGET)/$(BINARY_NAME)_windows.EXE DOCKER_REPO=wavefronthq DOCKER_IMAGE=prometheus-storage-adapter -VERSION=1.0.6 +# Represents the upcoming version +# IMPORTANT: This is also overwritten by the release pipeline build with parameters +VERSION?=1.0.9 all: tidy build test