This is an automated email from the ASF dual-hosted git repository.
kumfo 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 aa646182a Update download.tsx
aa646182a is described below
commit aa646182a7bcdbd4f8de100fb4053f16f2094af1
Author: kumfo <[email protected]>
AuthorDate: Mon Aug 5 12:10:02 2024 +0800
Update download.tsx
---
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 7a80564c5..eb6850058 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -7,7 +7,7 @@ import HeaderSlogan from '../components/HeaderSlogan';
export default function Plugins(): JSX.Element {
- let item = "1.3.5";
+ let item = "1.3.6";
return (
<Layout
title={translate({message: 'Download'})}