This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch 2.11.0 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 487638a6c984eb3bc8f507c96f39d0d104802f96 Author: Twice <[email protected]> AuthorDate: Sun Jan 26 14:09:19 2025 +0800 Release 2.11.0 --- src/components/Releases/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 962f0972..71359d49 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -1,10 +1,14 @@ import React from "react"; const versions = [ + { + version: '2.11.0', + tag: '2.11.0' + }, { version: '2.10.1', vtag: '2.10.1' - }, + }, { version: '2.10.0', vtag: '2.10.0'
