diff options
author | techknowlogick <techknowlogick@gitea.io> | 2022-03-07 02:03:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 02:03:06 -0500 |
commit | 9c5696e428347b873d522f9299f1cb8c55b33ea9 (patch) | |
tree | f2a354db7504b83b8b7002df1be9acf5aca153e9 | |
parent | 98f54081d62d82213952ffe4bdbb459572da91b1 (diff) | |
download | gitea-9c5696e428347b873d522f9299f1cb8c55b33ea9.tar.gz gitea-9c5696e428347b873d522f9299f1cb8c55b33ea9.zip |
update to correct stable version
-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 0008cadced..7dddf30969 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.16.0 + version: 1.16.3 minGoVersion: 1.16 goVersion: 1.17 minNodeVersion: 12.17 |