From 5986137bb0e8ede67fd2d8ef66a9f9dc0b0c4734 Mon Sep 17 00:00:00 2001 From: JC5 Date: Fri, 27 Feb 2026 21:55:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'v6.5.1'=20on=202026-02-27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Support/Export/ExportDataGenerator.php | 2 ++ config/firefly.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Support/Export/ExportDataGenerator.php b/app/Support/Export/ExportDataGenerator.php index 8167dff490..e1cb0caaa5 100644 --- a/app/Support/Export/ExportDataGenerator.php +++ b/app/Support/Export/ExportDataGenerator.php @@ -194,6 +194,8 @@ class ExportDataGenerator // @phpstan-ignore-line + // @phpstan-ignore-line + public function __construct() { $this->accounts = new Collection(); diff --git a/config/firefly.php b/config/firefly.php index f940c6365f..0e33a63557 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => (bool)envNonEmpty('USE_RUNNING_BALANCE', true), // this is only the default value, is not used. // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2026-02-27', - 'build_time' => 1772224974, + 'version' => '6.5.1', + 'build_time' => 1772225602, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.