From 9ad8ddad0012a4f93ba71f7462dceda87e2480c1 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Fri, 18 Oct 2024 12:47:46 +0100 Subject: [PATCH] Bump version to v1.24.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0033ab4a..f36e9a01 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 23 +CURRENT_VERSION_MINOR = 24 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)