From 3759c1a7c1ce4839d3f249199e55da712484ff49 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 3 Oct 2023 14:49:26 +0200 Subject: [PATCH] [SEMVER] 5.0.5+0-gitea-1.20.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 723919749a..e06a71093f 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 5.0.4+0-gitea-1.20.4 +FORGEJO_VERSION := 5.0.5+0-gitea-1.20.5 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)" -X "main.ForgejoVersion=$(FORGEJO_VERSION)"