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 804c56b0 Release 2.11.1
804c56b0 is described below
commit 804c56b0f002e9118870a054c4ee5cc7a567eecd
Author: Twice <[email protected]>
AuthorDate: Fri Feb 7 20:29:57 2025 +0800
Release 2.11.1
---
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 6948f0e2..48d333b1 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.11.1',
+ vtag: '2.11.1'
+ },
{
version: '2.11.0',
vtag: '2.11.0'