diff --git a/VERSION.txt b/VERSION.txt index 553fe87a05ea..0147f9e738aa 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.0.4 \ No newline at end of file +5.0.7 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 61cfd167f2cb..211f93fa663f 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -12,7 +12,7 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => env('APP_URL', ''), 'app_domain' => env('APP_DOMAIN', ''), - 'app_version' => '5.0.5', + 'app_version' => '5.0.7', 'minimum_client_version' => '5.0.11', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),