This is an automated email from the ASF dual-hosted git repository.
hulk 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 3cbf0c7 Add new release version 2.5.0 (#126)
3cbf0c7 is described below
commit 3cbf0c703b399a86b0f10a133f52e0a84b8d3405
Author: ColinChamber <[email protected]>
AuthorDate: Tue Jul 11 22:42:58 2023 +0800
Add new release version 2.5.0 (#126)
---
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 bae38aa..82acb63 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.5.0',
+ vtag: '2.5.0'
+ },
{
version: '2.4.0',
vtag: '2.4.0-incubating'