diff --git a/src/Command/About.php b/src/Command/About.php index e0191b605..ab771f57f 100644 --- a/src/Command/About.php +++ b/src/Command/About.php @@ -42,7 +42,7 @@ protected function configure() */ protected function execute(InputInterface $input, OutputInterface $output) { - $version = Builder::VERSION; + $version = Builder::getVersion(); $this->io->text([ "Cecil - A simple and powerful content-driven static site generator - version $version",