From 0ba8b109d3cef33e334361c0c5dff3058e105431 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Wed, 15 Nov 2023 05:38:29 +0100 Subject: [PATCH] bump version to v2.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 934675f..931e309 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.6 +VERSION=2.7 GIT_COMMIT = `git rev-parse HEAD | cut -c1-7` 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)"