mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 03:53:37 +00:00
Mark new version
This commit is contained in:
@@ -91,8 +91,8 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||
'version' => '4.7.8',
|
||||
'api_version' => '0.81',
|
||||
'version' => '4.7.9',
|
||||
'api_version' => '0.9.0',
|
||||
'db_version' => 6,
|
||||
'maxUploadSize' => 15242880,
|
||||
'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
|
||||
|
Reference in New Issue
Block a user