diff --git a/app/data/upcoming_releases.php b/app/data/upcoming_releases.php index 7fbbf5b..b4ba235 100644 --- a/app/data/upcoming_releases.php +++ b/app/data/upcoming_releases.php @@ -13,12 +13,7 @@ */ return [ - '120.0' => '2023-11-21', - '121.0' => '2023-12-19', - '122.0' => '2024-01-23', - '123.0' => '2024-02-20', - '124.0' => '2024-03-19', - '125.0' => '2024-04-16', + '125.0' => '2024-04-16', // Keep this entry forever or add more logic to the models to deal with 125.0 being replaced by 125.0.1 '126.0' => '2024-05-14', '127.0' => '2024-06-11', '128.0' => '2024-07-09',