1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Merge pull request #3890 from turbo124/v2

Bump version
This commit is contained in:
David Bomba 2020-07-07 08:44:04 +10:00 committed by GitHub
commit d1ce644a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.10',
'app_version' => '5.0.11',
'minimum_client_version' => '5.0.11',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),