mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 10:59:02 +01:00
Increase version
This commit is contained in:
parent
cdb6411009
commit
395fa7772f
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user