mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 18:36:40 +00:00
make-release: remove extra newline
This commit is contained in:
parent
9873f53e0c
commit
32134ef1ac
@ -38,7 +38,6 @@ use const STDIN;
|
|||||||
|
|
||||||
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|
||||||
|
|
||||||
function replaceVersion(string $versionInfoPath, string $newVersion, bool $isDev) : void{
|
function replaceVersion(string $versionInfoPath, string $newVersion, bool $isDev) : void{
|
||||||
$versionInfo = file_get_contents($versionInfoPath);
|
$versionInfo = file_get_contents($versionInfoPath);
|
||||||
$versionInfo = preg_replace(
|
$versionInfo = preg_replace(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user