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 e6f7299b Release 2.11.0 (#266)
e6f7299b is described below
commit e6f7299b6927837d931696dc3d15ffdd446d6beb
Author: Twice <[email protected]>
AuthorDate: Sun Jan 26 14:12:11 2025 +0800
Release 2.11.0 (#266)
* Release 2.11.0
* Update index.tsx
---
src/components/Releases/index.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/components/Releases/index.tsx
b/src/components/Releases/index.tsx
index 962f0972..471defc8 100644
--- a/src/components/Releases/index.tsx
+++ b/src/components/Releases/index.tsx
@@ -1,10 +1,14 @@
import React from "react";
const versions = [
+ {
+ version: '2.11.0',
+ vtag: '2.11.0'
+ },
{
version: '2.10.1',
vtag: '2.10.1'
- },
+ },
{
version: '2.10.0',
vtag: '2.10.0'