From fac5826b9f22bb5b5c47db5556bfc91b3795cd1f Mon Sep 17 00:00:00 2001 From: Yuqi Jin Date: Thu, 12 Oct 2023 14:38:31 -0700 Subject: [PATCH] bump version to 1.0.9 (#46) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb2d8aa..e2cae56 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ DOCKER_REPO=wavefronthq DOCKER_IMAGE=prometheus-storage-adapter # Represents the upcoming version # IMPORTANT: This is also overwritten by the release pipeline build with parameters -VERSION?=1.0.9 +VERSION?=1.0.10 all: tidy build test