Stop using deprecated constant

This commit is contained in:
Pierre Rudloff 2020-10-17 22:18:58 +02:00
parent 651c5c3d90
commit fc6bf472b2
1 changed files with 1 additions and 1 deletions

View File

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