Merge pull request #11169 from firefly-iii/release-1762199642

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-11-03 20:54:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2025-11-03',
'build_time' => 1762197101,
'build_time' => 1762199520,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used.

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
use Illuminate\Auth\AuthenticationException;
/**
/*
* Sentry Laravel SDK configuration file.
*
* @see https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/