From f9c2fbba2daa3f5364ea76e76a2aa6ba3c53dce3 Mon Sep 17 00:00:00 2001 From: ojn Date: Thu, 21 Jan 2021 01:11:59 +0100 Subject: [PATCH] reworded for clarity on Gitea version in use --- content/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq.md b/content/faq.md index 8b9b7ee..3f0688d 100644 --- a/content/faq.md +++ b/content/faq.md @@ -21,7 +21,7 @@ You can upload avatar pictures of up to 1 megabyte and 1024x1024 resolution. ## Is Codeberg open-source? Codeberg is built on [Gitea](https://github.com/go-gitea/gitea), which is open-source. We make all of our changes and other code available under the [Codeberg organization](https://codeberg.org/Codeberg). -## 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). +## What version of Gitea is Codeberg currently running? +You can check the version of Gitea that Codeberg uses through the [API here](https://codeberg.org/api/v1/version). You will get a response 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 on top of the release (which for example includes upstream commits and patches 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".