diff --git a/Makefile b/Makefile index 8de7441c95..64577e262d 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)"