From a7de00421521b25446d85a378cbfdf59b11e1ecb Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Thu, 12 Jan 2023 18:31:43 -0500 Subject: [PATCH 1/2] added telegram bot token --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 05601adb9..121b2557e 100644 --- a/.env.example +++ b/.env.example @@ -37,3 +37,5 @@ AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= AWS_USE_PATH_STYLE_ENDPOINT=false + +TELEGRAM_BOT_TOKEN= From a20fbed2bb989e58b9ecf24b1668db884e7c82b8 Mon Sep 17 00:00:00 2001 From: Alex Justesen Date: Thu, 12 Jan 2023 18:32:24 -0500 Subject: [PATCH 2/2] 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 d8acd4b9c..7c6786ac0 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,7 +6,7 @@ /** * Build information */ - 'build_date' => Carbon::parse('2023-01-10'), + 'build_date' => Carbon::parse('2023-01-12'), - 'build_version' => '0.10.0', + 'build_version' => '0.11.0', ];