Skip to content

Commit

Permalink
chore: bump ignite 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Nov 28, 2023
1 parent 85ad7b2 commit 33d031d
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.0";
const igniteReleaseDate = moment("2023-11-16").diff(moment(), "days") * -1;
const igniteReleaseVersion = "v9.0.3";
const igniteReleaseDate = moment("2023-11-28").diff(moment(), "days") * -1;

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

0 comments on commit 33d031d

Please sign in to comment.