This is an automated email from the ASF dual-hosted git repository.
robin0716 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 55a47f066 chore: Update version number in download page
55a47f066 is described below
commit 55a47f0667acf7a7582ff048b223f25ac28ccde1
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' })}