diff --git a/VERSION.txt b/VERSION.txt index 4851180b4ef2..177bdc1cebca 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.86 \ No newline at end of file +5.3.87 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index a321c160fb72..6b0d96f50a93 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.3.86', - 'app_tag' => '5.3.86', + 'app_version' => '5.3.87', + 'app_tag' => '5.3.87', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), diff --git a/tests/Feature/Export/ProfitAndLossReportTest.php b/tests/Feature/Export/ProfitAndLossReportTest.php index 1e2bb450c592..c7b9636cb910 100644 --- a/tests/Feature/Export/ProfitAndLossReportTest.php +++ b/tests/Feature/Export/ProfitAndLossReportTest.php @@ -555,8 +555,6 @@ class ProfitAndLossReportTest extends TestCase $pl = new ProfitLoss($this->company, $this->payload); $pl->build(); -echo($pl->getCsv()); - $this->assertNotNull($pl->getCsv()); $this->account->delete();