diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-01-17 12:42:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 18:42:12 +0000 |
commit | 0a6b57bcaf7812343f658d6cc6b9a06a0290f693 (patch) | |
tree | 863e6c8acbf8b222aefec19cd8bf0a1c4eae2ebb /docs | |
parent | 51951d4503bdec88a1dd026cea369c0dde645b9e (diff) | |
download | gitea-0a6b57bcaf7812343f658d6cc6b9a06a0290f693.tar.gz gitea-0a6b57bcaf7812343f658d6cc6b9a06a0290f693.zip |
docs: bump Gitea version (#22490)
Forgot to do this with the frontport
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-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 fbd7d8d810..0b47c0ffd8 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.0 + version: 1.18.1 minGoVersion: 1.18 goVersion: 1.19 minNodeVersion: 16 |