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 b3b67a1  Add the new release 2.5.1 (#137)
b3b67a1 is described below

commit b3b67a1c6c361c401b8ba0a96b4c4a475b8e6ce3
Author: hulk <[email protected]>
AuthorDate: Sat Aug 5 21:12:22 2023 +0800

    Add the new release 2.5.1 (#137)
    
    The vote result thread: 
https://lists.apache.org/thread/1skronrd93tk5o3ycshhm4v5lw4469oo
---
 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 82acb63..8677c93 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.5.1',
+        vtag: '2.5.1'
+    },
     {
         version: '2.5.0',
         vtag: '2.5.0'

Reply via email to