diff --git a/src/API.php b/src/API.php index c44bda849..bf7d6e5c0 100644 --- a/src/API.php +++ b/src/API.php @@ -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. * diff --git a/src/MTProto.php b/src/MTProto.php index 05386c4c9..533adaf94 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -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. *