From 90e31b62dbefd2a4c8a35cbd82d0bd7c80ee075b Mon Sep 17 00:00:00 2001 From: thesyncim Date: Fri, 16 Aug 2024 11:59:47 +0100 Subject: [PATCH] Bump version to v1.21.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e1e065d..327dddf6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 20 +CURRENT_VERSION_MINOR = 21 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)