From f03017a0b368a653790cb5a0611071d2b4cdac66 Mon Sep 17 00:00:00 2001 From: Raphael Simon Date: Thu, 17 Aug 2023 17:16:26 -0700 Subject: [PATCH] Prepare v3.12.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df3d1d1050..7d51b4f3ca 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # MAJOR=3 MINOR=12 -BUILD=3 +BUILD=4 GOOS=$(shell go env GOOS) GO_FILES=$(shell find . -type f -name '*.go')