Default to new branch

This commit is contained in:
Daniil Gentili 2019-06-18 18:57:38 +02:00
parent 55728f3e2c
commit ab577bf238

View File

@ -49,7 +49,7 @@ function ___install_madeline()
$phar_template = 'https://phar.madelineproto.xyz/madeline%s.phar?v=new';
// Version definition
$release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : '-old';
$release_branch = defined('MADELINE_BRANCH') ? '-'.MADELINE_BRANCH : '';
if ($release_branch === '-') {
$release_branch = '';
}