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 29f0f16  Add release 2.6.0 (#160)
29f0f16 is described below

commit 29f0f1683f2e7f76aa0ceb44c04828801b8ea809
Author: Twice <[email protected]>
AuthorDate: Tue Sep 26 16:05:17 2023 +0900

    Add release 2.6.0 (#160)
---
 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 8677c93..81fb0f6 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.6.0',
+        vtag: '2.6.0'
+    },
     {
         version: '2.5.1',
         vtag: '2.5.1'

Reply via email to