1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00
This commit is contained in:
Daniil Gentili 2024-02-23 13:10:10 +01:00
parent f3fa6a4b74
commit 9630cb8ff1
3 changed files with 3 additions and 3 deletions

2
docs

@ -1 +1 @@
Subproject commit 5b7e3ec1f68ed3c3c1843ba35eccbbc0354fa9e0
Subproject commit b7d25c3f578a7e1fff540a388cb34d5ff3460658

View File

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

View File

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