From c00769d98e9829fe6de730777d629a6c7bf4ffe5 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 15 Mar 2023 09:49:26 -0400 Subject: [PATCH] Release v1.15.0 (#329) Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2daa70e1..85a8c6ca 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 14 +VERSION_MINOR ?= 15 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)