diff --git a/src/API.php b/src/API.php index f37cd19c5..09ea981b8 100644 --- a/src/API.php +++ b/src/API.php @@ -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. * diff --git a/tools/layerdiff.php b/tools/layerdiff.php index 4bfd67030..4f8a12cca 100644 --- a/tools/layerdiff.php +++ b/tools/layerdiff.php @@ -114,6 +114,7 @@ foreach (['methods', 'constructors'] as $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;