draft-release: updated php_download_url

This commit is contained in:
Dylan K. Taylor
2024-11-27 19:19:51 +00:00
parent daacc8eddb
commit 0543bf301e
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ require dirname(__DIR__) . '/vendor/autoload.php';
*/
$options = [
"base_version" => VersionInfo::BASE_VERSION,
"major_version" => fn() => explode(".", VersionInfo::BASE_VERSION)[0],
"mcpe_version" => ProtocolInfo::MINECRAFT_VERSION_NETWORK,
"is_dev" => VersionInfo::IS_DEVELOPMENT_BUILD,
"changelog_file_name" => function() : string{