Skip to content

Commit

Permalink
#162 [style] : API 문서의 버전을 변경한다
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jan 29, 2025
1 parent 7b7f81c commit 0cd18dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public OpenAPI customOpenAPI() {
OpenAPI openAPI = new OpenAPI()
.info(new Info()
.title("OneTime API Documentation")
.version("1.3.0")
.version("v1.4.4")
.description("Spring REST Docs with Swagger UI.")
.contact(new Contact()
.name("Sangho Han")
Expand Down

0 comments on commit 0cd18dd

Please sign in to comment.