diff --git a/Makefile b/Makefile
index ddebcc9e4..0e0b389a1 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ endif
 VERSION = ${GITEA_VERSION}
 
 # SemVer
-FORGEJO_VERSION := 5.0.0+0-gitea-1.20.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)"