Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop authored Sep 22, 2024
1 parent 86e8814 commit d92213d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function getStaticProps() {

return {
props: {
latestVersion: '1.30.0',
latestVersion: '1.30.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)),
Expand Down Expand Up @@ -340,6 +340,7 @@ export default function Downloads({ latestVersion, releaseDate }) {

const VersionSelector = ({ handleVersionSelect, selectedVersion }) => {
const versions = [
"1.30.1",
"1.30.0",
"1.29.1",
"1.29.0",
Expand Down

0 comments on commit d92213d

Please sign in to comment.