diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 85f13f4c..90f1baf5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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 (