From 7e097b945c0dab444485c68d4a583b9dcef6952c 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 (cherry picked from commit 4107d99f25a9eee1eab2b52cdd579c69523366da) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c193b2da87..2bb12ef1de 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)"