From c2cb6a83fac6ac8c6deabe48a6fd9d3d0fde1385 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 18 Oct 2020 14:41:09 +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 4fe9aac4ff9d..1356bc393528 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.18', + 'app_version' => '5.0.19', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),