Upgrade pretty-package-versions to 1.5

So we can have a cleaner way to get the root package version
This commit is contained in:
Pierre Rudloff 2020-10-20 00:22:34 +02:00
parent 22bcbbb9ae
commit f29a61f182
2 changed files with 8 additions and 8 deletions

View file

@ -316,7 +316,7 @@ class Config
*/
public function getAppVersion()
{
$version = PrettyVersions::getVersion('rudloff/alltube');
$version = PrettyVersions::getRootPackageVersion();
return $version->getPrettyVersion();
}