Skip to content

Commit

Permalink
Change to version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alicela authored Jul 30, 2021
1 parent b26ddc0 commit e08edbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/fr/insee/rmes/config/swagger/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public SwaggerConfig(@Context ServletConfig servletConfig) {
super();
OpenAPI openApi = new OpenAPI();

Info info = new Info().title("Bauhaus API").version("3.0.6").description("Rest Endpoints and services Integration used by Bauhaus");
Info info = new Info().title("Bauhaus API").version("3.0.7").description("Rest Endpoints and services Integration used by Bauhaus");
openApi.info(info);

Server server = new Server();
Expand All @@ -55,4 +55,4 @@ public SwaggerConfig(@Context ServletConfig servletConfig) {

}

}
}

0 comments on commit e08edbb

Please sign in to comment.