mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
Update semantic version according to specification
This commit is contained in:
parent
162560d26e
commit
22510f4130
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -97,7 +97,7 @@ else
|
|||
endif
|
||||
|
||||
# SemVer
|
||||
FORGEJO_VERSION := v2.0.0
|
||||
FORGEJO_VERSION := v2.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