From 9e435c627f5c6dbf75875aa316cffaa07776d52f Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 16 Jan 2024 20:49:54 +0100 Subject: [PATCH] Bump version --- src/API.php | 2 +- src/MTProto.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. *