From 048f4eb4cb674bb16fc56250659018f92ac256c8 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 28 Feb 2024 17:31:39 -0500 Subject: [PATCH] Release v1.17.0 (#423) Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 277ac28d..7ce9624b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 16 +VERSION_MINOR ?= 17 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)