From 5e31d1f37f3230190ea22e8ecf75a171cd179207 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 20 Feb 2024 10:41:03 +0100 Subject: [PATCH] [SEMVER] 6.0.6+0-gitea-1.21.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cbc8ae8e0..7d6b3b81c6 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 6.0.5+0-gitea-1.21.5 +FORGEJO_VERSION := 6.0.6+0-gitea-1.21.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)"