diff --git a/config/firefly.php b/config/firefly.php index f0a4c263b7..aabb7779fe 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => true, 'handle_debts' => true, ], - 'version' => '5.6.11', + 'version' => '5.6.12', 'api_version' => '1.5.5', 'db_version' => 18, diff --git a/sonar-project.properties b/sonar-project.properties index a58f6fd11f..5825d242cd 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,6 +12,6 @@ sonar.organization=firefly-iii #sonar.sourceEncoding=UTF-8 -sonar.projectVersion=5.6.11 -sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages +sonar.projectVersion=5.6.12 +sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests sonar.sourceEncoding=UTF-8