From 89531fd603d4ff26f885a9f38781d9b5078a3d1b Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Tue, 10 Jan 2023 22:59:42 -0500 Subject: [PATCH] bumped build information --- config/speedtest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/speedtest.php b/config/speedtest.php index 1b59659e3..d8acd4b9c 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-01-03'), + 'build_date' => Carbon::parse('2023-01-10'), - 'build_version' => '0.9.2', + 'build_version' => '0.10.0', ];