1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 04:59:00 +01:00
This commit is contained in:
Daniil Gentili 2023-12-03 13:13:38 +01:00
parent b0b7cda660
commit dd9e443baa
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ final class API extends AbstractAPI
*
* @var string
*/
public const RELEASE = '8.0.0-beta168';
public const RELEASE = '8.0.0-beta169';
/**
* We're not logged in.
*

View File

@ -123,7 +123,7 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter
* @internal
* @var int
*/
public const V = 177;
public const V = 178;
/**
* Bad message error codes.
*