diff --git a/src/App/Controller/Main.php b/src/App/Controller/Main.php index 8329def..32e65b8 100644 --- a/src/App/Controller/Main.php +++ b/src/App/Controller/Main.php @@ -209,6 +209,7 @@ protected function readLog() if ($this->log_info['verbose']) $this->console->json($entry); + // Send to sender try { diff --git a/src/Config/Version.php b/src/Config/Version.php index 64659a7..4b1e512 100644 --- a/src/Config/Version.php +++ b/src/Config/Version.php @@ -1,7 +1,7 @@ 2, - 'minor' => 5, - 'build' => 45, + 'minor' => 6, + 'build' => 47, 'codename' => '', ); \ No newline at end of file