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= 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', ];