Skip to content

Commit

Permalink
chore: Update version number in download page
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Sep 23, 2024
1 parent 75caa42 commit 55a47f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' })}
Expand Down

0 comments on commit 55a47f0

Please sign in to comment.