From 025eabf452a8b0b1613d2e60b643f290f041a590 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Fri, 12 May 2023 22:11:39 +0200 Subject: [PATCH] bump version to v2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df2aea0..22cde9c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=2.1 +VERSION=2.2 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)"