Skip to content

Commit

Permalink
Update ignite release version and date (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanwards authored Feb 22, 2024
1 parent 1066a63 commit 29d9b87
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 @@ -25,8 +25,8 @@ const NewSection = () => {
new Date(b.publish_date).getTime() - new Date(a.publish_date).getTime()
)[0];

const igniteReleaseVersion = "v9.0.5";
const igniteReleaseDate = moment("2023-12-02").diff(moment(), "days") * -1;
const igniteReleaseVersion = "v9.6.1";
const igniteReleaseDate = moment("2024-02-21").diff(moment(), "days") * -1;

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

0 comments on commit 29d9b87

Please sign in to comment.