From 0f61994e262654323c99c6c819b12179eb958193 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 16 Jan 2024 14:44:21 +0000 Subject: [PATCH] [SEMVER] 6.0.4+0-gitea-1.21.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e2bc23c30..5d940dc335 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 6.0.3+0-gitea-1.21.3 +FORGEJO_VERSION := 6.0.4+0-gitea-1.21.4 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)"