We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462bb59 commit 1fb4872Copy full SHA for 1fb4872
.env.example
@@ -37,3 +37,5 @@ AWS_SECRET_ACCESS_KEY=
37
AWS_DEFAULT_REGION=us-east-1
38
AWS_BUCKET=
39
AWS_USE_PATH_STYLE_ENDPOINT=false
40
+
41
+TELEGRAM_BOT_TOKEN=
config/speedtest.php
@@ -6,7 +6,7 @@
6
/**
7
* Build information
8
*/
9
- 'build_date' => Carbon::parse('2023-01-10'),
+ 'build_date' => Carbon::parse('2023-01-12'),
10
11
- 'build_version' => '0.10.0',
+ 'build_version' => '0.11.0',
12
];
0 commit comments