From 032f91ae71e9ebb4c8b6ab53c9576e85540d2a24 Mon Sep 17 00:00:00 2001 From: thesyncim Date: Tue, 13 May 2025 11:58:35 +0100 Subject: [PATCH] Bump version to v1.36.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad5f5b6ab..98c4736e8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 35 +CURRENT_VERSION_MINOR = 36 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)