This is an automated email from the ASF dual-hosted git repository.

PragmaTwice 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 c47cd87c Add new version '2.16.0' to releases
c47cd87c is described below

commit c47cd87cf17a696afe0748b1dd2de4b561a6bccd
Author: Twice <[email protected]>
AuthorDate: Sun Jun 21 23:52:48 2026 +0800

    Add new version '2.16.0' to releases
---
 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 461fa272..9ac8ba90 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.16.0',
+        vtag: '2.16.0'
+    },
     {
         version: '2.15.0',
         vtag: '2.15.0'

Reply via email to