[SEMVER] bump to 4.1.0+0-gitea-1.19.1
See v1.19.1-0 release notes (cherry picked from commit1403e4436f
) (cherry picked from commit89cf514530
) (cherry picked from commit10aebe47e7
)
This commit is contained in:
parent
985e378272
commit
93866481a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ ifeq ($(VERSION),main)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# SemVer
|
# 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)"
|
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