fix make-release

This commit is contained in:
Dylan K. Taylor 2020-04-19 13:53:06 +01:00
parent 766a2178a0
commit 67247b2e81

View File

@ -70,7 +70,7 @@ function main(array $argv) : void{
$currentVer->getPatch() + 1
));
$versionInfoPath = dirname(__DIR__) . '/src/pocketmine/VersionInfo.php';
$versionInfoPath = dirname(__DIR__) . '/src/VersionInfo.php';
replaceVersion($versionInfoPath, $currentVer->getBaseVersion(), false);
echo "please add appropriate notes to the changelog and press enter...";