From 0c547b766340cd30f5ea1dfaf6a9dd561e5ceba5 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 2 Jun 2023 21:07:29 +0200 Subject: [PATCH] Update RELEASE constant --- docs | 2 +- src/MTProto.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs b/docs index fb1964603..51ecc7f01 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit fb196460364302175cac85e3b6fb1c477e3b8a89 +Subproject commit 51ecc7f01577abd49f89834d393b50690dab2a3a diff --git a/src/MTProto.php b/src/MTProto.php index 6e3910008..18413b047 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -139,7 +139,7 @@ final class MTProto implements TLCallback, LoggerGetter * * @var string */ - const RELEASE = '8.0.0-beta87'; + const RELEASE = '8.0.0-beta88'; /** * We're not logged in. *