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)"