Skip to content

Commit

Permalink
Auto commit for release 'develop' on 2024-07-15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent 08ca90c commit 3126b07
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 233 deletions.
12 changes: 6 additions & 6 deletions .ci/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/Http/Middleware/Range.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private function setRange(): void
}
if (!app('session')->has('first')) {
Log::debug('setRange: Session has no "first".');

/** @var JournalRepositoryInterface $repository */
$repository = app(JournalRepositoryInterface::class);
$journal = $repository->firstNull();
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/firefly.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
'expression_engine' => false,
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-07-08',
'version' => 'develop/2024-07-15',
'api_version' => '2.1.0',
'db_version' => 24,

Expand Down
Loading

0 comments on commit 3126b07

Please sign in to comment.