From 47e06c58135a899079490a710be40ea2a45dc635 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 20 Oct 2020 08:40:28 +1100 Subject: [PATCH] Update ninja.php --- config/ninja.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ninja.php b/config/ninja.php index 9ab231a660d5..b5ab21f67e7b 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -12,7 +12,7 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/').'/', 'app_domain' => env('APP_DOMAIN', ''), - 'app_version' => '5.0.20', + 'app_version' => '5.0.21', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),