From 553caf7bf07b5a10bc505e27a55b06f8e3a89c1b Mon Sep 17 00:00:00 2001 From: Fengchao Date: Tue, 6 Feb 2024 10:27:52 -0500 Subject: [PATCH] Bump to 5.1.1-rc10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e603ec30..346dc1f5 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d) BUILD = $(shell date +%Y%m%d%H%M) TAG = v5.1.1 -RC = RC09 +RC = RC10 LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"