diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-03-27 16:00:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 17:00:44 -0400 |
commit | 7e294ad9514198e47b2b32c608c162cee0e9192a (patch) | |
tree | 5e0ce57e9e885fbf2f14d39f11dba94d78a80d83 /docs/config.yaml | |
parent | dfbefd1a54a9de15ffeeaaac742b194329e2b2e3 (diff) | |
download | gitea-7e294ad9514198e47b2b32c608c162cee0e9192a.tar.gz gitea-7e294ad9514198e47b2b32c608c162cee0e9192a.zip |
Update Gitea version in docs (#23755)
Updates the version to `1.19.0`
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index fbc4bc9a98..d79a91b0a4 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -18,7 +18,7 @@ params: description: Git with a cup of tea author: The Gitea Authors website: https://docs.gitea.io - version: 1.18.5 + version: 1.19.0 minGoVersion: 1.19 goVersion: 1.20 minNodeVersion: 16 |