mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-12 01:01:16 -05:00
Merge pull request 'doc: user: semver key is version' (#187) from dachary/website:wip-doc into main
Reviewed-on: https://codeberg.org/forgejo/website/pulls/187 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: KaKi87 <kaki87@noreply.codeberg.org>
This commit is contained in:
commit
6b6268fe50
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