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:
parent
22bcbbb9ae
commit
f29a61f182
2 changed files with 8 additions and 8 deletions
|
@ -316,7 +316,7 @@ class Config
|
|||
*/
|
||||
public function getAppVersion()
|
||||
{
|
||||
$version = PrettyVersions::getVersion('rudloff/alltube');
|
||||
$version = PrettyVersions::getRootPackageVersion();
|
||||
|
||||
return $version->getPrettyVersion();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue