Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
chore: bumped release version to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 25, 2024
1 parent 8f91e14 commit ce0dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/downloads.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function getStaticProps() {

return {
props: {
latestVersion: '1.12.2',
latestVersion: '1.12.3',
// 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

0 comments on commit ce0dea4

Please sign in to comment.