Skip to content

Commit

Permalink
Release 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Aug 12, 2024
1 parent e650407 commit 29057d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.2.0';
public const RELEASE = '8.2.1';
/**
* We're not logged in.
*
Expand Down
1 change: 1 addition & 0 deletions tools/layerdiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function getUrl($constructor, $type)
$bot = new \danog\MadelineProto\API('testing.madeline');
$bot->start();

echo $res."\n\n";
foreach (explode("\n\n", $res) as $chunk) {
if (!$chunk || !trim(explode(':', $chunk)[1])) {
continue;
Expand Down

0 comments on commit 29057d3

Please sign in to comment.