From 8c786eb2ed60583434e4191651f36b6fcb89d009 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 12 Dec 2023 22:31:25 +0100 Subject: [PATCH] [SEMVER] 5.0.8+0-gitea-1.20.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aea7a0c039..77d9cdddc3 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 5.0.7+0-gitea-1.20.6 +FORGEJO_VERSION := 5.0.8+0-gitea-1.20.6 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)"