chore(api): update versions

This commit is contained in:
César Arroba
2025-08-14 11:58:34 +02:00
parent 8c5fc108c4
commit a872dff507
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ class SchemaView(SpectacularAPIView):
def get(self, request, *args, **kwargs):
spectacular_settings.TITLE = "Prowler API"
spectacular_settings.VERSION = "1.11.1"
spectacular_settings.VERSION = "1.11.2"
spectacular_settings.DESCRIPTION = (
"Prowler API specification.\n\nThis file is auto-generated."
)