This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/answer-website.git
commit fa1606ef3343eebf9b97f2abf98433d0eb33c186 Author: LinkinStars <linkins...@foxmail.com> AuthorDate: Tue Jun 3 10:55:46 2025 +0800 docs(release): update 1.5.1 version --- src/pages/download.tsx | 2 +- static/data/latest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/download.tsx b/src/pages/download.tsx index c8d5f4a5c..3ddd035ba 100644 --- a/src/pages/download.tsx +++ b/src/pages/download.tsx @@ -8,7 +8,7 @@ import HeaderSlogan from '../components/HeaderSlogan' export default function Plugins(): JSX.Element { const item = latest.release.version; - const date= '2025-05-06' + const date= '2025-06-03' return ( <Layout title={translate({ message: 'Download' })} diff --git a/static/data/latest.json b/static/data/latest.json index aca620f4a..330f8d22f 100644 --- a/static/data/latest.json +++ b/static/data/latest.json @@ -1,6 +1,6 @@ { "release": { - "version": "1.5.0", - "url": "https://github.com/apache/answer/releases/tag/v1.5.0" + "version": "1.5.1", + "url": "https://github.com/apache/answer/releases/tag/v1.5.1" } } \ No newline at end of file