12 lines
294 B
PHP
12 lines
294 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* This file specifies the revision of the metadata to build from.
|
|
* It can be a commit, branch or tag of the https://github.com/google/libphonenumber project
|
|
* For more information, look at the phing tasks in build.xml
|
|
* @internal
|
|
*/
|
|
return 'v9.0.17';
|