make-release: remove extra newline

This commit is contained in:
Dylan K. Taylor 2020-08-01 16:06:05 +01:00
parent 9873f53e0c
commit 32134ef1ac

View File

@ -38,7 +38,6 @@ use const STDIN;
require_once dirname(__DIR__) . '/vendor/autoload.php';
function replaceVersion(string $versionInfoPath, string $newVersion, bool $isDev) : void{
$versionInfo = file_get_contents($versionInfoPath);
$versionInfo = preg_replace(