Merge pull request #10364 from firefly-iii/release-1748149540

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-05-25 07:05:46 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ return [
'RuleForm' => RuleForm::class, 'RuleForm' => RuleForm::class,
], ],
'asset_url' => env('ASSET_URL', null), 'asset_url' => env('ASSET_URL', null),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -167,5 +167,5 @@ return [
| |
*/ */
'faker_locale' => 'en_US', 'faker_locale' => 'en_US',
]; ];

View File

@@ -78,7 +78,7 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false), 'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => '6.2.14', 'version' => 'develop/2025-05-25',
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 25, 'db_version' => 25,