mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-28 07:35:30 +00:00
[SEMVER] bump to 4.0.0+0-gitea-1.19.0
Because v1.19.0-3 has breaking changes. (cherry picked from commit0fd4ba0108
) (cherry picked from commit3df2001eef
) (cherry picked from commit5e7f7c604a
) (cherry picked from commit35c580ba03
)
This commit is contained in:
parent
aa7c9f4f99
commit
3ad2e63c09
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ ifeq ($(VERSION),main)
|
|||
endif
|
||||
|
||||
# SemVer
|
||||
FORGEJO_VERSION := 3.0.0+0-gitea-1.19.0
|
||||
FORGEJO_VERSION := 4.0.0+0-gitea-1.19.0
|
||||
|
||||
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)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue