[SEMVER] bump to 4.1.0+0-gitea-1.19.1

See v1.19.1-0 release notes

(cherry picked from commit 1403e4436f72e9ef2cfbc4ef79b129893df2e0c6)
(cherry picked from commit 89cf5145304f50c9a0a72762f7ad4f1631dd4843)
(cherry picked from commit 10aebe47e77f587a3ba4535aca20d4d195c1934e)
This commit is contained in:
Loïc Dachary 2023-04-14 08:38:44 +02:00 committed by Earl Warren
parent 985e378272
commit 93866481a1
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -103,7 +103,7 @@ ifeq ($(VERSION),main)
endif
# SemVer
FORGEJO_VERSION := 4.0.0+0-gitea-1.19.0
FORGEJO_VERSION := 4.1.0+0-gitea-1.19.1
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)"