From 22510f41306f9c133a7e99b61f9c38dabfd4b810 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Tue, 28 Feb 2023 15:08:40 +0000 Subject: [PATCH] Update semantic version according to specification --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da32b30daa..0c6d5394a9 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ else endif # SemVer -FORGEJO_VERSION := v2.0.0 +FORGEJO_VERSION := v2.0.0+0-gitea-1.19.0 LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "code.gitea.io/gitea/routers/api/forgejo/v1.ForgejoVersion=$(FORGEJO_VERSION)"