From 56bb8913b65a2060f2aa765dc4010ab98559248a Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:16:19 +0800 Subject: [PATCH] Add v5.1.0 / release-5.1 where it is missing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04ca3aece828..15036a0b7f10 100755 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ | 文档仓库 branch | 对应 TiDB 文档版本 | |:---------|:----------| | [`master`](https://github.com/pingcap/docs-cn/tree/master) | dev 最新开发版 | +| [`release-5.1`](https://github.com/pingcap/docs-cn/tree/release-5.1) | 5.1 稳定版 | | [`release-5.0`](https://github.com/pingcap/docs-cn/tree/release-5.0) | 5.0 稳定版 | | [`release-4.0`](https://github.com/pingcap/docs-cn/tree/release-4.0) | 4.0 稳定版 | | [`release-3.1`](https://github.com/pingcap/docs-cn/tree/release-3.1) | 3.1 稳定版 |