From 090beb28f89861a9d0de0036afe4e94b16ee5485 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:51:21 +0000 Subject: [PATCH] Bump version to v1.31.0 (#915) Co-authored-by: thesyncim --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fda3b969..5bf4ff60 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 30 +CURRENT_VERSION_MINOR = 31 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)