1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 23:51:12 +01:00

Bump version

This commit is contained in:
Daniil Gentili 2024-01-16 20:49:54 +01:00
parent a39d5c03f2
commit 9e435c627f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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