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

hulk 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 f707232  Add the new release v2.10.0 (#251)
f707232 is described below

commit f70723281ff35f1c8dcb60cd20a36b9a2c0e1499
Author: hulk <[email protected]>
AuthorDate: Sun Oct 6 20:16:49 2024 +0800

    Add the new release v2.10.0 (#251)
---
 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 7e808d6..795f8b1 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.0',
+        vtag: '2.10.0'
+    },
     {
         version: '2.9.0',
         vtag: '2.9.0'

Reply via email to