Skip to content

Commit

Permalink
Fixed version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
LaGGi97 committed Dec 22, 2022
1 parent 249bdb0 commit 7108cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public OpenAPI springShopOpenAPI() {
License license = new License().name("MIT License").url("https://github.com/rku-it-GmbH/Schuelerticket/blob/main/LICENSE");

Info info = new Info().title("Schülerticket API")
.description("Schülerticket Schnittstelle zwischen Schulträger und VU in NRW").version("v0.6.0")
.description("Schülerticket Schnittstelle zwischen Schulträger und VU in NRW").version("v0.7.3")
.contact(contact).license(license);

List<Server> servers = Arrays.asList(
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "MIT License",
"url": "https://github.com/rku-it-GmbH/Schuelerticket/blob/main/LICENSE"
},
"version": "v0.7.0"
"version": "v0.7.3"
},
"servers": [
{
Expand Down

0 comments on commit 7108cb9

Please sign in to comment.