Skip to content

Commit 1fb4872

Browse files
authored
Release v0.11.0 (alexjustesen#319)
1 parent 462bb59 commit 1fb4872

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ AWS_SECRET_ACCESS_KEY=
3737
AWS_DEFAULT_REGION=us-east-1
3838
AWS_BUCKET=
3939
AWS_USE_PATH_STYLE_ENDPOINT=false
40+
41+
TELEGRAM_BOT_TOKEN=

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-01-10'),
9+
'build_date' => Carbon::parse('2023-01-12'),
1010

11-
'build_version' => '0.10.0',
11+
'build_version' => '0.11.0',
1212
];

0 commit comments

Comments
 (0)