From 34faf112baa968a011c9b2b99e5e756a3e1c17fd Mon Sep 17 00:00:00 2001 From: guldev25 Date: Fri, 12 Sep 2025 15:33:17 +0200 Subject: [PATCH] Bump version to v1.41.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd38b3616..f29c78415 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 41 -CURRENT_VERSION_BUG = 1 +CURRENT_VERSION_BUG = 2 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)