Increase version

This commit is contained in:
Daniil Gentili 2020-09-12 13:59:57 +02:00
parent ce41b6b60b
commit e188d647c6
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class MTProto extends AsyncConstruct implements TLCallback
*
* @var int
*/
const V = 144;
const V = 145;
/**
* String release version.
*
@ -1275,7 +1275,7 @@ class MTProto extends AsyncConstruct implements TLCallback
// mtproto TL scheme
'mtproto' => __DIR__.'/TL_mtproto_v1.tl',
// telegram TL scheme
'telegram' => __DIR__.'/TL_telegram_v113.tl',
'telegram' => __DIR__.'/TL_telegram_v117.tl',
// secret chats TL scheme
'secret' => __DIR__.'/TL_secret.tl',
// bot API TL scheme