From f1975c06e4ff137e2aa326580967f0a24c8708d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:09:15 +0100 Subject: [PATCH] Bump version to v1.25.1 (#807) Co-authored-by: thesyncim --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8166059b..0d930f0a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 25 -CURRENT_VERSION_BUG = 0 +CURRENT_VERSION_BUG = 1 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)