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 c815210b Publish release 2.13.0 (#313)
c815210b is described below

commit c815210bafff0658c26411e4ff837e7d2ce7017e
Author: Edward Xu <[email protected]>
AuthorDate: Thu Aug 14 00:13:25 2025 +0800

    Publish release 2.13.0 (#313)
---
 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 42c1fb6f..9365785f 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.13.0',
+        vtag: '2.13.0'
+    },
     {
         version: '2.12.1',
         vtag: '2.12.1'

Reply via email to