From e0b3f94ab4e03ca48abb0007a0a4c7d340e3f27f Mon Sep 17 00:00:00 2001 From: Felipe da Veiga Leprevost Date: Fri, 20 Jan 2023 12:42:44 -0500 Subject: [PATCH] preparing for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4578d9b7..d8080787 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d) BUILD = $(shell date +%Y%m%d%H%M) TAG = v4.8.1 -RC = RC2 +RC = LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"