summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46b4fd8f8b..aea7a0c039 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ endif
VERSION = ${GITEA_VERSION}
# SemVer
-FORGEJO_VERSION := 5.0.6+0-gitea-1.20.5
+FORGEJO_VERSION := 5.0.7+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)"