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 6dbd563  Add 2.9.0 to download page (#231)
6dbd563 is described below

commit 6dbd5636222ab38d6176a24e576bfcf5e009ee6a
Author: Twice <[email protected]>
AuthorDate: Tue Jul 9 19:25:19 2024 +0900

    Add 2.9.0 to download page (#231)
---
 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 4e831ac..7e808d6 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.9.0',
+        vtag: '2.9.0'
+    },
     {
         version: '2.8.0',
         vtag: '2.8.0'

Reply via email to