Auto commit for release 'develop' on 2024-09-29

This commit is contained in:
github-actions 2024-09-29 06:08:10 +02:00
parent ebd0848c7f
commit 78253f9e1e
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class General extends AbstractExtension
$strings = [];
foreach ($info as $currencyId => $balance) {
$balance= (string) $balance;
$balance = (string) $balance;
if (0 === $currencyId) {
// not good code but OK
/** @var AccountRepositoryInterface $accountRepos */

View File

@ -110,7 +110,7 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-09-28',
'version' => 'develop/2024-09-29',
'api_version' => '2.1.0',
'db_version' => 24,