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 7155216a Release 2.12.1 (#297)
7155216a is described below

commit 7155216a768d9927dc032464e32caa5c7900b351
Author: hulk <hulk.webs...@gmail.com>
AuthorDate: Tue May 6 22:21:08 2025 +0800

    Release 2.12.1 (#297)
---
 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 4c4789f1..42c1fb6f 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.1',
+        vtag: '2.12.1'
+    },
     {
         version: '2.12.0',
         vtag: '2.12.0'

Reply via email to