From bcf270f756eb3a34dcfd4b1071fe0933846a4cc2 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Tue, 10 Jan 2023 23:00:22 +0100 Subject: [PATCH] bump version to v2.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb6e702..613219d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUTPUT_DIR = ./builds GIT_COMMIT = `git rev-parse HEAD | cut -c1-7` -VERSION = 2.6.5 +VERSION = 2.7.0 BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)" STATIC_OPTIONS = -ldflags "-extldflags='-static' -X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"