From 346f3838d71280253063dc333f404c2804ab72dd Mon Sep 17 00:00:00 2001 From: Alex Justesen <1144087+alexjustesen@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:09:31 -0600 Subject: [PATCH] Update build version to v1.10.1 in configuration --- config/speedtest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/speedtest.php b/config/speedtest.php index 0ef7468d0..458666ef3 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -8,7 +8,7 @@ */ 'build_date' => Carbon::parse('2025-11-27'), - 'build_version' => 'v1.10.0', + 'build_version' => 'v1.10.1', 'content_width' => env('CONTENT_WIDTH', '7xl'),