From c45edfbe1351faa1d7f6d2ad2b81d888bedbeb34 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 1 Oct 2025 11:36:22 -0400 Subject: [PATCH] Prep 1.21.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 209a9968..24e42348 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 20 +VERSION_MINOR ?= 21 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)