This is an automated email from the ASF dual-hosted git repository. robin0716 pushed a commit to branch release/1.4.0 in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
commit bce59fb07dd894555d6022ccd32452bb020de0be Author: robin <[email protected]> AuthorDate: Mon Sep 23 11:07:02 2024 +0800 chore: Update date in download page --- src/pages/download.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/download.tsx b/src/pages/download.tsx index 7cb5636c2..72b540833 100644 --- a/src/pages/download.tsx +++ b/src/pages/download.tsx @@ -28,7 +28,7 @@ export default function Plugins(): JSX.Element { <tbody> <tr> <td>{item}</td> - <td>2024-08-05</td> + <td>2024-09-23</td> <td> <ul className="list-unstyled mb-0"> <li>
