chore(github): bump version for API, UI and Docs (#9601)

This commit is contained in:
César Arroba
2025-12-22 09:35:00 +01:00
committed by GitHub
parent e5cd25e60c
commit f4a78d64f1
10 changed files with 735 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Prowler API
version: 1.17.0
version: 1.18.0
description: |-
Prowler API specification.
+1 -1
View File
@@ -359,7 +359,7 @@ class SchemaView(SpectacularAPIView):
def get(self, request, *args, **kwargs):
spectacular_settings.TITLE = "Prowler API"
spectacular_settings.VERSION = "1.17.0"
spectacular_settings.VERSION = "1.18.0"
spectacular_settings.DESCRIPTION = (
"Prowler API specification.\n\nThis file is auto-generated."
)