From f0f2d92526f6f24a642bf55cb5fadfdbce93e530 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 14 Aug 2024 10:14:06 +0200 Subject: [PATCH] Mention OSISM 7.1.1 release on the landing page (#659) Signed-off-by: Christian Berendt --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index b34d7e4945..fb1346cef2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -16,7 +16,7 @@ function Announcements() { const {siteConfig} = useDocusaurusContext(); return (
- 🎉️ OSISM 7.1.0 (20240710) is out! 🥳️ + 🎉️ OSISM 7.1.1 (20240812) is out! 🥳️
); }