From 5485609ad9b0fa15e2bd7d999fdf7d073e7d3c8d Mon Sep 17 00:00:00 2001 From: Appu Date: Thu, 18 Sep 2025 13:22:03 -0400 Subject: [PATCH] Prep 1.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f4c4cd8..209a9968 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # Bump these on release VERSION_MAJOR ?= 1 -VERSION_MINOR ?= 19 +VERSION_MINOR ?= 20 VERSION_BUILD ?= 0 VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)