From 9c8cdb1caf5477e4a6f9e5c4f97e1d90e73061c9 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Fri, 28 Apr 2023 07:51:40 +0200 Subject: [PATCH] [SEMVER] bump to 4.2.0+0-gitea-1.19.2 (cherry picked from commit 2a924f03873d0566b68aed3b48ea886c611cfdb8) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a83bc1d94e..31b703398c 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ ifeq ($(VERSION),main) endif # SemVer -FORGEJO_VERSION := 4.1.0+0-gitea-1.19.1 +FORGEJO_VERSION := 4.2.0+0-gitea-1.19.2 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)"