From a9b1acb770e3da14d4faa5499207b98c880aab58 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Fri, 3 Jan 2025 11:49:26 +0000 Subject: [PATCH] Bump version to v1.31.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fda3b969e..5bf4ff609 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)