From 853c0a0684d9db06647e1333b7dd09d88748fd3b Mon Sep 17 00:00:00 2001 From: thesyncim Date: Wed, 19 Mar 2025 11:05:11 +0000 Subject: [PATCH] Bump version to v1.32.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b739356b6..3d97d5391 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 31 +CURRENT_VERSION_MINOR = 32 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)