From 3e6e591a3d5f7e449ab06f82a92dadf360d9f61b Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Wed, 18 Sep 2024 11:12:55 +0100 Subject: [PATCH] Add Sept release banner Signed-off-by: Andrew Leonard --- src/components/Banner/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Banner/index.tsx b/src/components/Banner/index.tsx index 84edabcc1..1df280577 100644 --- a/src/components/Banner/index.tsx +++ b/src/components/Banner/index.tsx @@ -8,9 +8,9 @@ const Banner = () => { return (
- 16th July 2024: - We are creating the July 2024 PSU binaries for Eclipse Temurin 8u422, 11.0.24, 17.0.12, 21.0.4 and 22.0.2
- You can track progress by platform. + 17th September 2024: + We are creating the September 2024 PSU binaries for Eclipse Temurin 23
+ You can track progress by platform.
);