From 37d6319fb1f4bfaa01fd834266affa774a21abaf Mon Sep 17 00:00:00 2001 From: JC5 Date: Sat, 8 Nov 2025 23:27:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-11-08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Twig/General.php | 4 ++-- config/firefly.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Support/Twig/General.php b/app/Support/Twig/General.php index ddf9857d9c..840b7353d5 100644 --- a/app/Support/Twig/General.php +++ b/app/Support/Twig/General.php @@ -160,8 +160,8 @@ class General extends AbstractExtension // get the date from the current session. If it's in the future, keep `now()`. /** @var Carbon $session */ - $session = clone session('end', today(config('app.timezone'))->endOfMonth()); - if($session->lt($date)) { + $session = clone session('end', today(config('app.timezone'))->endOfMonth()); + if ($session->lt($date)) { $date = $session->copy(); $date->endOfDay(); } diff --git a/config/firefly.php b/config/firefly.php index 4aebc936e2..a13c99665d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => '6.4.5', - 'build_time' => 1762597345, + 'version' => 'develop/2025-11-08', + 'build_time' => 1762640730, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.