This is an automated email from the ASF dual-hosted git repository. hulk pushed a commit to branch release-2.7.0 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 0a86d9eb72d2b2c71a6236b87106c4fd3e9ec9ea Author: git-hulk <[email protected]> AuthorDate: Tue Dec 19 22:33:21 2023 +0800 Add the release 2.7.0 --- src/components/Releases/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 81fb0f6..9a2e902 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -1,6 +1,10 @@ import React from "react"; const versions = [ + { + version: '2.7.0', + vtag: '2.7.0' + }, { version: '2.6.0', vtag: '2.6.0'
