From e78f77439a7de8b0c3689a8ff9f68227ededa3a5 Mon Sep 17 00:00:00 2001 From: Fengchao Date: Fri, 2 Feb 2024 15:00:35 -0500 Subject: [PATCH] Bump to 5.1.1-rc09 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 953ce6dc..e603ec30 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 = RC08 +RC = RC09 LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"