diff --git a/src/App/src/OpenAPI.php b/src/App/src/OpenAPI.php index 75f8f00..e4918b4 100644 --- a/src/App/src/OpenAPI.php +++ b/src/App/src/OpenAPI.php @@ -87,7 +87,7 @@ #[OA\Schema( schema: 'HomeMessage', properties: [ - new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 5'), + new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 6'), ], type: 'object', )]