From 7e2bebe845f565c3a2612636344e949268858167 Mon Sep 17 00:00:00 2001 From: "Suchith.J.N" Date: Thu, 19 Jun 2025 12:13:08 +0200 Subject: [PATCH] Bump version to v1.38.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae49151b7..309d67925 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules MAKEFLAGS += -j$(NPROCS) CURRENT_VERSION_MAJOR = 1 -CURRENT_VERSION_MINOR = 37 +CURRENT_VERSION_MINOR = 38 CURRENT_VERSION_BUG = 0 GIT_DESCRIBE := $(shell git describe)