mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-25 18:19:26 -05:00
doc: user: semver key is version
Refs: https://codeberg.org/forgejo/forgejo/issues/545
This commit is contained in:
parent
e40c4d9a48
commit
6620a94411
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ For instance, the semantic version for https://code.forgejo.org can be obtained
|
|||
|
||||
```shell
|
||||
$ curl https://code.forgejo.org/api/forgejo/v1/version
|
||||
{"number":"3.0.0+0-gitea-1.19.0"}
|
||||
{"version":"3.0.0+0-gitea-1.19.0"}
|
||||
```
|
||||
|
||||
## Understanding the Forgejo semantic version
|
||||
|
|
Loading…
Reference in a new issue