From 1fa854f75bbe4bff8541abafcac5344664d92278 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Tue, 3 Dec 2024 10:44:08 +0000 Subject: [PATCH] Bump version to v1.29.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e735a934..bb8958b1 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 28 -CURRENT_VERSION_BUG = 2 +CURRENT_VERSION_MINOR = 29 +CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)