From 60eabb6fb50d666628f8e5267e2a7acb627bae15 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Tue, 21 Mar 2023 03:31:40 +0100 Subject: [PATCH] bump version to v2.9.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b81778d..e2df537 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUTPUT_DIR = ./builds GIT_COMMIT = `git rev-parse HEAD | cut -c1-7` -VERSION = 2.8.1 +VERSION = 2.9.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)" WEBPACK_MODE = production