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 26acba53 Add new release 2.12.0 (#292)
26acba53 is described below

commit 26acba53d3adeafba5e690c20262eca7555feae9
Author: hulk <[email protected]>
AuthorDate: Tue Apr 22 13:33:19 2025 +0800

    Add new release 2.12.0 (#292)
---
 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 48d333b1..4c4789f1 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.12.0',
+        vtag: '2.12.0'
+    },
     {
         version: '2.11.1',
         vtag: '2.11.1'

Reply via email to