diff --git a/certificationy.php b/certificationy.php index c68de5a..730abc7 100644 --- a/certificationy.php +++ b/certificationy.php @@ -22,7 +22,7 @@ const VERSION = 1.4; const APPLICATION_NAME = 'Certificationy'; -$application = new Application(self::APPLICATION_NAME, self::VERSION); +$application = new Application(APPLICATION_NAME, VERSION); $config = Yaml::parse(file_get_contents('config.yml')); $updateCommand = new Command('self-update');