From eebd3bafb86fe743770eef1778da99696040e7ee Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 11 Feb 2022 09:07:41 +1100 Subject: [PATCH] v5.3.57 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- tests/MockAccountData.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 97e837542e9a..51b9e1c820c6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.56 \ No newline at end of file +5.3.57 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 74799917a7f2..e6c366f8b783 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.56', - 'app_tag' => '5.3.56', + 'app_version' => '5.3.57', + 'app_tag' => '5.3.57', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), diff --git a/tests/MockAccountData.php b/tests/MockAccountData.php index 898a59d75941..4060fd8bcb69 100644 --- a/tests/MockAccountData.php +++ b/tests/MockAccountData.php @@ -233,7 +233,7 @@ trait MockAccountData $user_id = $user->id; $this->user = $user; - auth()->login($user); + // auth()->login($user); CreateCompanyTaskStatuses::dispatchNow($this->company, $this->user);