diff --git a/config/app.php b/config/app.php index bd41d5a54c..35bb4daa8b 100644 --- a/config/app.php +++ b/config/app.php @@ -154,7 +154,7 @@ return [ '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', ]; diff --git a/config/firefly.php b/config/firefly.php index 5eea30585f..ee307938b0 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,7 +78,7 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // 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. 'db_version' => 25,