From ab577bf2389ae5436582d1b0bfa5c7eb587c215e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 18 Jun 2019 18:57:38 +0200 Subject: [PATCH] Default to new branch --- phar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phar.php b/phar.php index 0ff9749d..57bfcbce 100644 --- a/phar.php +++ b/phar.php @@ -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 = ''; }