From 0a9715b8c1050139f603f75256d158a16fcd4dd4 Mon Sep 17 00:00:00 2001 From: JC5 Date: Sun, 26 Oct 2025 09:39:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-10-26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/DebugController.php | 2 +- config/firefly.php | 4 ++-- public/v1/js/.gitkeep | 0 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 public/v1/js/.gitkeep diff --git a/app/Http/Controllers/DebugController.php b/app/Http/Controllers/DebugController.php index c210010fdb..0e6bddcd2d 100644 --- a/app/Http/Controllers/DebugController.php +++ b/app/Http/Controllers/DebugController.php @@ -187,7 +187,7 @@ class DebugController extends Controller return [ 'php_version' => PHP_VERSION, 'php_os' => PHP_OS, - 'build_time' => config('firefly.build_time'), + 'build_time' => config('firefly.build_time'), 'build_time_nice' => Carbon::parse(config('firefly.build_time'), 'Europe/Amsterdam')->setTimezone('Europe/Amsterdam')->format('Y-m-d H:i:s e'), 'uname' => php_uname('m'), 'interface' => PHP_SAPI, diff --git a/config/firefly.php b/config/firefly.php index 58d0c6f812..f6cb1d02cf 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' => 'develop/2025-10-25', - 'build_time' => 1761395572, + 'version' => 'develop/2025-10-26', + 'build_time' => 1761467848, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used. diff --git a/public/v1/js/.gitkeep b/public/v1/js/.gitkeep old mode 100755 new mode 100644