From 78e512770ff9a749675343a5668b142eeb3df251 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 12 Dec 2023 16:13:43 +0100 Subject: [PATCH] [SEMVER] 7.0.0+0-gitea-1.22.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6588d67d78..64577e262d 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 6.0.0+0-gitea-1.21.0 +FORGEJO_VERSION := 7.0.0+0-gitea-1.22.0 LDFLAGS := $(LDFLAGS) -X "main.MakeVersion=$(MAKE_VERSION)" -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -X "main.ForgejoVersion=$(FORGEJO_VERSION)"