Skip to content

Commit 649cc29

Browse files
committed
2.0.9
1 parent c75743c commit 649cc29

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

backend/lib/openApiInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const openApiInfo = /** @type {const} */ ({
22
title: 'CSAF Validator Service',
3-
version: '2.0.8',
3+
version: '2.0.9',
44
description:
55
'This is a service to validate documents against the CSAF standard.',
66
contact: {

documents/generated/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= CSAF Validator Service
22
3-
2.0.8
3+
2.0.9
44
:toc: left
55
:numbered:
66
:toclevels: 4

documents/generated/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h1>CSAF Validator Service</h1>
183183
<div class="app-desc">This is a service to validate documents against the CSAF standard.</div>
184184
<div class="app-desc">More information: <a href="https://github.com/secvisogram/csaf-validator-service">https://github.com/secvisogram/csaf-validator-service</a></div>
185185
<div class="app-desc">Contact Info: <a href="[email protected]">[email protected]</a></div>
186-
<div class="app-desc">Version: 2.0.8</div>
186+
<div class="app-desc">Version: 2.0.9</div>
187187
<div class="app-desc">BasePath:</div>
188188
<div class="license-info">MIT</div>
189189
<div class="license-url">https://github.com/secvisogram/csaf-validator-service/blob/main/LICENSE</div>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"typescript": "^5.3.3",
3636
"wait-on": "^8.0.3"
3737
},
38-
"version": "2.0.8"
38+
"version": "2.0.9"
3939
}

0 commit comments

Comments
 (0)