diff --git a/VERSION.txt b/VERSION.txt index 9d5d131a1fbf..bfc2623c23e7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.1.72 \ No newline at end of file +5.1.73 \ No newline at end of file diff --git a/app/Console/Commands/CheckDb.php b/app/Console/Commands/CheckDb.php index d15e71d21a9c..198a391f6e03 100644 --- a/app/Console/Commands/CheckDb.php +++ b/app/Console/Commands/CheckDb.php @@ -135,10 +135,8 @@ class CheckDb extends Command $diff = $count_db_1 - $count_db_2; - $this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}"); - if($diff != 0) - $this->logMessage("{$entity} out of sync!!!!!"); + $this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}"); } @@ -152,10 +150,8 @@ class CheckDb extends Command $diff = $count_db_1 - $count_db_2; - $this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}"); - if($diff != 0) - $this->logMessage("{$entity} out of sync!!!!!"); + $this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}"); } } diff --git a/config/ninja.php b/config/ninja.php index 4579e046aa0e..35f6129e975d 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.1.72', - 'app_tag' => '5.1.72-release', + 'app_version' => '5.1.73', + 'app_tag' => '5.1.73-release', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),