diff --git a/config/firefly.php b/config/firefly.php index 9f1f5fe10c..08e5fb9b8a 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -136,7 +136,7 @@ return [ 'export' => true, ], 'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), - 'version' => '5.0.4', + 'version' => '5.0.5', 'api_version' => '1.0.0', 'db_version' => 12, 'maxUploadSize' => 15242880,