From 0fe1722f94180a471079cf6a14800331b0dbc522 Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Thu, 21 Aug 2025 12:51:19 +0200 Subject: [PATCH] Bump version to v1.40.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ee539c72..6e4b938cc 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 40 -CURRENT_VERSION_BUG = 0 +CURRENT_VERSION_BUG = 1 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)