From f2da19930f6e6b86e8e62f888837370d9738f500 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Fri, 4 Oct 2024 20:07:28 +0530 Subject: [PATCH] chore: bumped version --- src/pages/downloads.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/downloads.js b/src/pages/downloads.js index ca4a200..9d5833a 100644 --- a/src/pages/downloads.js +++ b/src/pages/downloads.js @@ -15,7 +15,7 @@ export async function getStaticProps() { return { props: { - latestVersion: '1.32.0', + latestVersion: '1.32.1', // disabling this for now // latestVersion: data.tag_name.replace('v', ''), releaseDate: new Intl.DateTimeFormat('en-US', { year: 'numeric', month: 'short', day: 'numeric' }).format(new Date(data.created_at)), @@ -340,6 +340,7 @@ export default function Downloads({ latestVersion, releaseDate }) { const VersionSelector = ({ handleVersionSelect, selectedVersion }) => { const versions = [ + "1.32.1", "1.32.0", "1.31.0", "1.30.1",