From 43951447a8f122dadf1caf4c2ee8f022c1fe827f Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Sun, 5 Nov 2023 18:32:00 +0100 Subject: [PATCH] bump version to v3.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79e69b4..3f44868 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUTPUT_DIR = ./builds GIT_COMMIT = `git rev-parse HEAD | cut -c1-7` -VERSION = 3.0.1 +VERSION = 3.0.2 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