From ed18b4372ff80009b359fe1cdc2cc404ace97e59 Mon Sep 17 00:00:00 2001 From: Fengchao Date: Fri, 22 Dec 2023 14:30:52 -0500 Subject: [PATCH] Bump to 5.1.1-RC01 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5fbd61e6..efb298dc 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ BINARY = philosopher VERSION = $(shell date +%Y%m%d) BUILD = $(shell date +%Y%m%d%H%M) -TAG = v5.1.0 -RC = RC9 +TAG = v5.1.1 +RC = RC01 LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"