From 3c08ff080d1e4ade602a87b5be7edf6ca561e0b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:04:48 +0000 Subject: [PATCH] Bump version to v1.28.2 (#880) Co-authored-by: thesyncim --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f42ee04c..e735a934 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 28 -CURRENT_VERSION_BUG = 1 +CURRENT_VERSION_BUG = 2 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)