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

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

commit 098b33ff3ea0b5f6ba8b25926d80ab3feeb2b693
Author: Twice <[email protected]>
AuthorDate: Tue Jul 9 19:16:58 2024 +0900

    Add 2.9.0 to download page
---
 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