This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch release/v1.4.1 in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
commit 1bb4ffba2a85138df7eff7a86285d2ade8355400 Author: shuai <[email protected]> AuthorDate: Fri Nov 22 14:17:25 2024 +0800 release: bump version to 1.4.1 and update release date --- src/pages/download.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/download.tsx b/src/pages/download.tsx index 72b540833..8b47e7110 100644 --- a/src/pages/download.tsx +++ b/src/pages/download.tsx @@ -6,7 +6,7 @@ import Layout from '@theme/Layout' import HeaderSlogan from '../components/HeaderSlogan' export default function Plugins(): JSX.Element { - const item = '1.4.0' + const item = '1.4.1' return ( <Layout title={translate({ message: 'Download' })} @@ -28,7 +28,7 @@ export default function Plugins(): JSX.Element { <tbody> <tr> <td>{item}</td> - <td>2024-09-23</td> + <td>2024-11-22</td> <td> <ul className="list-unstyled mb-0"> <li>
