From 586b5c6459ea78fbd90660e7f980010883cd55ee Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 22 Mar 2024 08:00:05 +0100 Subject: [PATCH] [SEMVER] 6.0.8+0-gitea-1.21.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4dda781855..3e5b1c96f0 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 6.0.7+0-gitea-1.21.7 +FORGEJO_VERSION := 6.0.8+0-gitea-1.21.8 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)"