From e489cdba9e60695d560f06901f8ab180ced0a385 Mon Sep 17 00:00:00 2001 From: Vlatko Kosturjak Date: Tue, 7 Nov 2023 07:27:14 +0100 Subject: [PATCH] bump version to v3.0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f44868..c1ab308 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ OUTPUT_DIR = ./builds GIT_COMMIT = `git rev-parse HEAD | cut -c1-7` -VERSION = 3.0.2 +VERSION = 3.0.3 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