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/incubator-kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 230bd48  Add new 2.4.0 release (#97)
230bd48 is described below

commit 230bd48a48f35dc9b7eb33d7aac6666a671bc8f0
Author: xiaobiaozhao <[email protected]>
AuthorDate: Wed May 3 12:16:06 2023 +0800

    Add new 2.4.0 release (#97)
---
 src/components/Releases/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Releases/index.tsx 
b/src/components/Releases/index.tsx
index 6be5977..8f79b95 100644
--- a/src/components/Releases/index.tsx
+++ b/src/components/Releases/index.tsx
@@ -1,6 +1,7 @@
 import React from "react";
 
 const versions = [
+    '2.4.0',
     '2.3.0',
     '2.2.0',
     '2.1.0',

Reply via email to