From bd5a4ca3cbf9e0b7cd09b7ed0462feee0e18524a Mon Sep 17 00:00:00 2001 From: guldev25 Date: Thu, 4 Sep 2025 13:14:35 +0200 Subject: [PATCH] Bump version to v1.41.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e4b938cc..243aa007d 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 40 -CURRENT_VERSION_BUG = 1 +CURRENT_VERSION_MINOR = 41 +CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)