From 2b618e0557f937060a5931088fcde3bee24dfde7 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 6 Jan 2023 12:07:19 +0100 Subject: [PATCH] Increase version --- src/danog/MadelineProto/MTProto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 12c7d5461..220a5702a 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -112,7 +112,7 @@ class MTProto extends AsyncConstruct implements TLCallback * * @var int */ - const V = 161; + const V = 162; /** * Release version. *