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 1bc28280 Add version 2.14.0 to releases (#334)
1bc28280 is described below
commit 1bc282809d14fbcea925c1db53885b37a869c101
Author: Twice <[email protected]>
AuthorDate: Tue Nov 11 23:39:18 2025 +0800
Add version 2.14.0 to releases (#334)
---
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 9365785f..3a0e0100 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.14.0',
+ vtag: '2.14.0'
+ },
{
version: '2.13.0',
vtag: '2.13.0'