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 cbf6e0327aac2a883a4987a0556e8fa4f365886a
Author: robin <[email protected]>
AuthorDate: Mon Sep 23 11:03:05 2024 +0800

    chore: Update version number 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 6c352cf8f..7cb5636c2 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 {
-  let item = '1.3.6'
+  const item = '1.4.0'
   return (
     <Layout
       title={translate({ message: 'Download' })}

Reply via email to