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


The following commit(s) were added to refs/heads/main by this push:
     new 0bb58a88 Add new release 2.15.0 (#358)
0bb58a88 is described below

commit 0bb58a88d8660cd371d691b5736d673ad66f5d48
Author: hulk <[email protected]>
AuthorDate: Thu Feb 26 23:05:16 2026 +0800

    Add new release 2.15.0 (#358)
---
 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 0b81c7a2..461fa272 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.15.0',
+        vtag: '2.15.0'
+    },
     {
         version: '2.14.0',
         vtag: '2.14.0'

Reply via email to