From ae61d60250c9021c9e54aa42d2e51af757587461 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Thu, 17 Apr 2025 15:21:44 +0100 Subject: [PATCH] Bump version to v1.33.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57477bdbe..c75fbeed8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 CURRENT_VERSION_MINOR = 33 -CURRENT_VERSION_BUG = 0 +CURRENT_VERSION_BUG = 1 GIT_DESCRIBE := $(shell git describe) GITHUB_HEAD_REF ?= $(shell git branch --show-current)