From 463646a1cbb7637cef8ad60bf9731957c38d205d Mon Sep 17 00:00:00 2001 From: thesyncim Date: Wed, 16 Apr 2025 13:27:06 +0100 Subject: [PATCH] Bump version to v1.33.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d97d5391..57477bdbe 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 32 +CURRENT_VERSION_MINOR = 33 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)