This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c3861939 fix: update release 1.5.0 date
0c3861939 is described below

commit 0c38619398fee3deedaff7035aabc2d6d50b0143
Author: shuai <lishuail...@sifou.com>
AuthorDate: Tue May 6 15:24:36 2025 +0800

    fix: update release 1.5.0 date
---
 src/pages/download.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index 0dc721780..c8d5f4a5c 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -8,6 +8,7 @@ import HeaderSlogan from '../components/HeaderSlogan'
 
 export default function Plugins(): JSX.Element {
   const item =  latest.release.version;
+  const date= '2025-05-06'
   return (
     <Layout
       title={translate({ message: 'Download' })}
@@ -29,7 +30,7 @@ export default function Plugins(): JSX.Element {
           <tbody>
             <tr>
               <td>{item}</td>
-              <td>2025-03-24</td>
+              <td>{date}</td>
               <td>
                 <ul className="list-unstyled mb-0">
                   <li>

Reply via email to