From d67a9d40f7d75c4a26220e15101b89cc39964057 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 4 Apr 2024 07:37:45 +0200 Subject: [PATCH] [SEMVER] 6.0.10+0-gitea-1.21.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e5b1c96f0..93351288e7 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 6.0.8+0-gitea-1.21.8 +FORGEJO_VERSION := 6.0.10+0-gitea-1.21.10 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)"