From 3d0d487f14c0f4a5b8550db236514e77cdde1334 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Wed, 24 Sep 2025 10:56:35 +0100 Subject: [PATCH] Bump version to v1.43.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69f95c7d2..0f7e9ea90 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 42 +CURRENT_VERSION_MINOR = 43 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)