From 92c207354b09ac5aa1beac507882c5ce8c10dac8 Mon Sep 17 00:00:00 2001 From: Bruno Ribeiro Date: Mon, 16 Jun 2025 18:45:39 +0200 Subject: [PATCH] Bump version to v1.37.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98c4736e8..ae49151b7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 36 +CURRENT_VERSION_MINOR = 37 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)