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 e84ad63 Add the release 2.7.0 (#179)
e84ad63 is described below
commit e84ad63a72ef11d507b423dd1a6caa85afa029e5
Author: hulk <[email protected]>
AuthorDate: Tue Dec 19 22:36:46 2023 +0800
Add the release 2.7.0 (#179)
---
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 81fb0f6..9a2e902 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.7.0',
+ vtag: '2.7.0'
+ },
{
version: '2.6.0',
vtag: '2.6.0'