From fc6bf472b2e14712f548698a4f9be076e6622b3b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 17 Oct 2020 22:18:58 +0200 Subject: [PATCH] Stop using deprecated constant --- classes/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Config.php b/classes/Config.php index 8c7bb19..9aaf695 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -317,7 +317,7 @@ class Config */ public function getAppVersion() { - $version = PrettyVersions::getVersion(Versions::ROOT_PACKAGE_NAME); + $version = PrettyVersions::getVersion('rudloff/alltube'); return $version->getPrettyVersion(); }