This is an automated email from the ASF dual-hosted git repository. hulk pushed a commit to branch add-release-2-8-0 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit bcbac85199ae7384e9446e6dbc6f80d6444c1b11 Author: git-hulk <[email protected]> AuthorDate: Thu Mar 7 22:11:10 2024 +0800 Add the new release 2.8.0 --- dump.rdb | Bin 0 -> 141 bytes src/components/Releases/index.tsx | 4 ++++ 2 files changed, 4 insertions(+) diff --git a/dump.rdb b/dump.rdb new file mode 100644 index 0000000..2e99795 Binary files /dev/null and b/dump.rdb differ diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 9a2e902..4e831ac 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.8.0', + vtag: '2.8.0' + }, { version: '2.7.0', vtag: '2.7.0'
