From 2e9f0c1d711f8c254f17dc026de41a3dfc3ee0d5 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Tue, 10 Dec 2024 08:35:54 +0000 Subject: [PATCH] Bump version to v1.29.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb8958b13..294bd5595 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 29 -CURRENT_VERSION_BUG = 0 +CURRENT_VERSION_BUG = 1 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)