From dd9e443baab46ee68c09a20535569054a8a75f36 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 3 Dec 2023 13:13:38 +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 bfc4db92e..3087beaa1 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-beta168'; + public const RELEASE = '8.0.0-beta169'; /** * We're not logged in. * diff --git a/src/MTProto.php b/src/MTProto.php index bdc3a411f..68e04ef64 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -123,7 +123,7 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter * @internal * @var int */ - public const V = 177; + public const V = 178; /** * Bad message error codes. *