From 4107d99f25a9eee1eab2b52cdd579c69523366da Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 24 Jul 2023 08:57:21 +0200 Subject: [PATCH] [API] Forgejo API /api/forgejo/v1 (squash) 5.0.0+0-gitea-1.20.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 811db3e7b6..6aa3efc153 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ endif VERSION = ${GITEA_VERSION} # SemVer -FORGEJO_VERSION := 5.0.0+0-gitea-1.20.0 +FORGEJO_VERSION := 5.0.0+0-gitea-1.20.1 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)"