X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole.php;h=fefe02999459c91684e9ea45243934f792160b3e;hb=180b81c6e74bdc8d677f447fe796fb10783c96dd;hp=2521e21bef7e08e385702dbdf856d3f7b1bd93ef;hpb=59a1ba4faedf728a84e9778ef1cff9240a305703;p=friendica.git diff --git a/src/Core/Console.php b/src/Core/Console.php index 2521e21bef..fefe029994 100644 --- a/src/Core/Console.php +++ b/src/Core/Console.php @@ -1,6 +1,6 @@ getOption('version')) { - $this->out('Friendica Console version ' . FRIENDICA_VERSION); + $this->out('Friendica Console version ' . App::VERSION); return 0; } elseif ((count($this->options) === 0 || $this->getOption($this->customHelpOptions) === true || $this->getOption($this->customHelpOptions) === 1) && count($this->args) === 0