From 091317f7c96fc944bca34b75e6f26c2fef4339b2 Mon Sep 17 00:00:00 2001 From: Yuqi Jin Date: Tue, 7 Nov 2023 13:45:18 -0800 Subject: [PATCH] bump version to 1.0.10 (#48) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2cae56..cc26e23 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.10 +VERSION?=1.0.11 all: tidy build test