From 0996c4f281a236c3cc774776b03ecd126bd3cfc4 Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Thu, 13 Nov 2025 14:54:43 -0500 Subject: [PATCH] Prep 1.22.0 Signed-off-by: Appu Goundan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24e42348..c00f6f51 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 21 +VERSION_MINOR ?= 22 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)