Skip to content

Commit

Permalink
chore: roll version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Dec 4, 2023
1 parent 319eca3 commit 85b8cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const NewSection = () => {
new Date(b.publish_date).getTime() - new Date(a.publish_date).getTime()
)[0];

const igniteReleaseVersion = "v9.0.3";
const igniteReleaseDate = moment("2023-11-28").diff(moment(), "days") * -1;
const igniteReleaseVersion = "v9.0.5";
const igniteReleaseDate = moment("2023-12-02").diff(moment(), "days") * -1;

return (
<div className={styles.newSection}>
Expand Down

0 comments on commit 85b8cb2

Please sign in to comment.