1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 10:59:02 +01:00

Increase version

This commit is contained in:
Daniil Gentili 2021-12-07 15:47:46 +01:00
parent cdb6411009
commit 395fa7772f
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -83,16 +83,6 @@ class MTProto extends AsyncConstruct implements TLCallback
use \danog\MadelineProto\Wrappers\Templates;
use \danog\MadelineProto\Wrappers\TOS;
use DbPropertiesTrait;
/**
* Old internal version of MadelineProto.
*
* DO NOT REMOVE THIS COMMENTED OUT CONSTANT
*
* @var int
*/
/*
const V = 72;
*/
/**
* Internal version of MadelineProto.
*
@ -102,7 +92,7 @@ class MTProto extends AsyncConstruct implements TLCallback
*
* @var int
*/
const V = 152;
const V = 153;
/**
* Release version.
*