From 8113400cd351d18dbce687e400fcd9434088976d Mon Sep 17 00:00:00 2001 From: Appu Date: Tue, 1 Aug 2023 13:02:54 -0400 Subject: [PATCH] Release v1.16.0 (#362) Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85a8c6ca..5be70a5b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 15 +VERSION_MINOR ?= 16 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)