From 0295968f963d6fd7f0f058a56ef15f71d95422bc Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 23 Feb 2024 13:14:52 +0100 Subject: [PATCH] Bump --- 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 0ed76f76b..814e24562 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-beta194'; + public const RELEASE = '8.0.0-beta195'; /** * We're not logged in. * diff --git a/src/MTProto.php b/src/MTProto.php index d1c08ea9d..60c639ce4 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -128,7 +128,7 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter * @internal * @var int */ - public const V = 184; + public const V = 185; /** * Bad message error codes. *