1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Bump version

This commit is contained in:
David Bomba 2020-06-30 10:10:03 +10:00
parent fb787c2c53
commit 1bb702423c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
5.0.9
5.0.10

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