From 5c388cca17dceef042bf566f5d79979aceea9f46 Mon Sep 17 00:00:00 2001 From: Alex Justesen <1144087+alexjustesen@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:22:40 -0500 Subject: [PATCH] update build date to 2025-12-18 and version to v1.13.2 --- config/speedtest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/speedtest.php b/config/speedtest.php index b68a6a040..946b93f75 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,9 +6,9 @@ /** * General settings. */ - 'build_date' => Carbon::parse('2025-12-16'), + 'build_date' => Carbon::parse('2025-12-18'), - 'build_version' => 'v1.13.0', + 'build_version' => 'v1.13.2', 'content_width' => env('CONTENT_WIDTH', '7xl'),