1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 06:59:01 +01:00

Bump version

This commit is contained in:
Daniil Gentili 2024-01-16 20:49:54 +01:00
parent 61c380f69e
commit f06ecde2c9
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-beta188';
public const RELEASE = '8.0.0-beta189';
/**
* We're not logged in.
*

View File

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