More explanation of Version API / Typo - Fixes #60

This commit is contained in:
Lucas Hinderberger 2020-09-11 12:24:23 +02:00
parent 02a8965782
commit 5e868a1052

View file

@ -24,4 +24,4 @@ Codeberg is built on [Gitea](https://github.com/go-gitea/gitea), which is open-s
## What version of Gitea are you running?
You can check the version of Gitea Codeberg uses through the [API here](https://codeberg.org/api/v1/version).
You will get a reponse like this: `{"version":"1.12.3+20-gb49f2abc5"}`. Here, 1.12.3 is the Gitea version number, and 9 is the number of patches applied by Codeberg.
You will get a reponse like this: `{"version":"1.12.3+20-gb49f2abc5"}`. Here, 1.12.3 is the Gitea version number, and 20 is the number of patches applied by Codeberg, with b49f2abc5 being the commit ID of the last patch applied on [the Codeberg branch](https://codeberg.org/Codeberg/gitea/commits/branch/codeberg) of Codeberg's Gitea repository. Note that the commit ID is without the leading "g".