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 c4095e5 Add the release 2.8.0 (#205)
c4095e5 is described below
commit c4095e510014799c68c528551e601e1277ef6834
Author: Myth <[email protected]>
AuthorDate: Fri Mar 8 10:45:33 2024 +0800
Add the release 2.8.0 (#205)
---
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 9a2e902..4e831ac 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.8.0',
+ vtag: '2.8.0'
+ },
{
version: '2.7.0',
vtag: '2.7.0'