From 695fda3dd001844b2a333e17ced084f03838293f Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 7 Aug 2023 16:21:15 +0200 Subject: [PATCH] [SEMVER] 5.0.2+0-gitea-1.20.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57a4cd6f74..7b794ef87d 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 5.0.1+0-gitea-1.20.2 +FORGEJO_VERSION := 5.0.2+0-gitea-1.20.3 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)"