diff --git a/backend/lib/openApiInfo.js b/backend/lib/openApiInfo.js index 922d340..104285c 100644 --- a/backend/lib/openApiInfo.js +++ b/backend/lib/openApiInfo.js @@ -1,6 +1,6 @@ export const openApiInfo = /** @type {const} */ ({ title: 'CSAF Validator Service', - version: '2.0.24', + version: '2.0.25', description: 'This is a service to validate documents against the CSAF standard.', contact: { diff --git a/documents/generated/asciidoc/.openapi-generator/VERSION b/documents/generated/asciidoc/.openapi-generator/VERSION index 6328c54..696eaac 100644 --- a/documents/generated/asciidoc/.openapi-generator/VERSION +++ b/documents/generated/asciidoc/.openapi-generator/VERSION @@ -1 +1 @@ -7.17.0 +7.22.0 diff --git a/documents/generated/asciidoc/index.adoc b/documents/generated/asciidoc/index.adoc index 43f438f..91905e0 100644 --- a/documents/generated/asciidoc/index.adoc +++ b/documents/generated/asciidoc/index.adoc @@ -1,6 +1,6 @@ = CSAF Validator Service secvisogram@bsi.bund.de -2.0.24 +2.0.25 :toc: left :numbered: :toclevels: 4 diff --git a/documents/generated/html/.openapi-generator/VERSION b/documents/generated/html/.openapi-generator/VERSION index 6328c54..696eaac 100644 --- a/documents/generated/html/.openapi-generator/VERSION +++ b/documents/generated/html/.openapi-generator/VERSION @@ -1 +1 @@ -7.17.0 +7.22.0 diff --git a/documents/generated/html/index.html b/documents/generated/html/index.html index 2086f7b..0f32d40 100644 --- a/documents/generated/html/index.html +++ b/documents/generated/html/index.html @@ -183,7 +183,7 @@

CSAF Validator Service

This is a service to validate documents against the CSAF standard.
More information: https://github.com/secvisogram/csaf-validator-service
Contact Info: secvisogram@bsi.bund.de
-
Version: 2.0.24
+
Version: 2.0.25
BasePath:
MIT
https://github.com/secvisogram/csaf-validator-service/blob/main/LICENSE
diff --git a/package-lock.json b/package-lock.json index 93de94e..2b97156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@secvisogram/csaf-validator-service", - "version": "2.0.24", + "version": "2.0.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@secvisogram/csaf-validator-service", - "version": "2.0.24", + "version": "2.0.25", "hasInstallScript": true, "devDependencies": { "@openapitools/openapi-generator-cli": "^2.31.1", diff --git a/package.json b/package.json index c22f8f0..18e374c 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,5 @@ "typescript": "^5.3.3", "wait-on": "^8.0.3" }, - "version": "2.0.24" + "version": "2.0.25" }