mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
[SEMVER] bump to 4.2.2+0-gitea-1.19.4
This commit is contained in:
parent
12cbbc52aa
commit
daf0fa06af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ ifeq ($(VERSION),main)
|
|||
endif
|
||||
|
||||
# SemVer
|
||||
FORGEJO_VERSION := 4.2.1+0-gitea-1.19.3
|
||||
FORGEJO_VERSION := 4.2.2+0-gitea-1.19.4
|
||||
|
||||
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