This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 3773d1e  Release 2.10.1 (#254)
3773d1e is described below

commit 3773d1e37451910f6b2e39647322420eba4b7f9c
Author: hulk <[email protected]>
AuthorDate: Thu Oct 24 23:27:54 2024 +0800

    Release 2.10.1 (#254)
---
 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 795f8b1..962f097 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.10.1',
+        vtag: '2.10.1'
+       },
     {
         version: '2.10.0',
         vtag: '2.10.0'

Reply via email to