This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-2 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 0b0324e2a008f71457a09344b65ac28977c4c0a4 Author: Twice <[email protected]> AuthorDate: Tue Nov 11 23:37:57 2025 +0800 Add version 2.14.0 to releases --- 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 9365785f..3a0e0100 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.14.0', + vtag: '2.14.0' + }, { version: '2.13.0', vtag: '2.13.0'
